feat: Deploy all executors

univ3, univ4 and balancer v2

--- don't change below this line ---
ENG-4260 Took 33 minutes
This commit is contained in:
Diana Carvalho
2025-02-27 09:44:53 +00:00
parent 6b57e81afc
commit f95c74fbc6
2 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
{ {
"ethereum": { "ethereum": {
"uniswap_v2": "0x00C1b81e3C8f6347E69e2DDb90454798A6Be975E", "uniswap_v2": "0x00C1b81e3C8f6347E69e2DDb90454798A6Be975E",
"uniswap_v3": "0x5C2F5a71f67c01775180ADc06909288B4C329308", "uniswap_v3": "0xF744EBfaA580cF3fFc25aD046E92BD8B770a0700",
"uniswap_v4": "0xF62849F9A0B5Bf2913b396098F7c7019b51A820a", "uniswap_v4": "0x90BE4620436354c9DfA58614B3Bdd5a80FBfAF31",
"vm:balancer_v2": "0x543778987b293C7E8Cf0722BB2e935ba6f4068D4" "vm:balancer_v2": "0xffe5B139b396c9A3d5d9ab89AAE78bF3070CbD64"
}, },
"tenderly_ethereum": { "tenderly_ethereum": {
"uniswap_v2": "0x00C1b81e3C8f6347E69e2DDb90454798A6Be975E", "uniswap_v2": "0x00C1b81e3C8f6347E69e2DDb90454798A6Be975E",

View File

@@ -27,11 +27,13 @@ module.exports = {
}, },
ethereum: { ethereum: {
url: process.env.RPC_URL, url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY] accounts: [process.env.PRIVATE_KEY],
chainId: 1
}, },
base: { base: {
url: process.env.RPC_URL, url: process.env.RPC_URL,
accounts: [process.env.PRIVATE_KEY] accounts: [process.env.PRIVATE_KEY],
chainId: 8453
} }
}, },