/script

Helper

structure
script/Helper
└── Helper.s.sol

Helper.s.sol contains scripts that interact with the filesystem. It saves logs, deployed contract addresses, gets transaction data from foundry's Broadcast and Cache

By default they are set to TEST mode where the transactions happen on a forked network.

Aggregator

structure
script/Aggregator
├── Transaction Senders.s.ol 
└── Contract Seployers.s.sol

This deploys the required contracts, the inputs to the contracts are command line generated from

Message Aggregators. By default all transactions are executed on a forked network.

Last updated

Was this helpful?