feat: Deploy on mainnet

Also update executors.json with uniswap v2 address on mainnet

--- don't change below this line ---
ENG-4101 Took 22 minutes


Took 7 seconds
This commit is contained in:
Diana Carvalho
2025-02-24 17:45:25 +00:00
parent 02a9da183e
commit 34563c3eb7
7 changed files with 39 additions and 34 deletions

View File

@@ -14,7 +14,11 @@ module.exports = {
networks: {
tenderly: {
url: process.env.TENDERLY_RPC_URL,
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY]
},
mainnet: {
url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY]
}
},