--- don't change below this line --- ENG-4101 Took 1 hour 2 minutes Took 2 minutes Took 8 minutes Took 4 minutes Took 28 minutes
How to deploy
- Install dependencies
npm install
Deploy on Tenderly fork
- Make a new fork in tenderly dashboard.
- Set the following environment variables:
export TENDERLY_RPC_URL=<fork-rpc-from-tenderly>
export DEPLOY_WALLET=<wallet-address>
export PRIVATE_KEY=<private-key>
- Fund wallet:
npx hardhat run scripts/fund-tenderly-fork.js --network tenderly - Deploy router:
npx hardhat run scripts/deploy-router.js --network tenderly