Deploying and configuring everything in one go

1- Change the “NETWORK” in deploy-all.sh file to the name of chain you want to deploy on

2- Run “sh deploy-all.sh

This script will:

You just need to make sure the you have enough gas fee in the deployment wallet (specified in .env)

To verify that all adapters configured successfully, run:

“yarn testAdapters --network YOUR_NETWORK”

You will see an output like this in terminal:

All done!