Runs tests for everything. The includes token aggregators, message aggregators, helper, and foundry contracts. It requires entering the RPC URL of the sepolia network in package.json under the script test:foundry-contracts
yarnruntest:token-aggregators
Runs tests for token aggregators, by checking the routes created, and signing transactions, and stores aggregator routes in Run-data. Does not submit transactions as those scripts are skipped.
yarnruntest:message-aggregators
Runs test for message-aggregators in test mode.
yarnruntest:aggregators
Runs tests for both message and token aggregators
yarnruntest:foundry-contracts
Tests the foundry contracts. Requires a Sepolia network RPC URL in package.json under the script test:foundry-contracts