feat: Add chain in config.json for the executor addresses

--- don't change below this line ---
ENG-4075 <#DTT#>
This commit is contained in:
Diana Carvalho
2025-01-17 11:42:22 +00:00
parent 2fb8c8f8c3
commit f5df1bbd87
3 changed files with 16 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
{
"executors": {
"uniswap_v2": "0x5C2F5a71f67c01775180ADc06909288B4C329308",
"vm:balancer_v2": "0x543778987b293C7E8Cf0722BB2e935ba6f4068D4"
"ethereum": {
"uniswap_v2": "0x5C2F5a71f67c01775180ADc06909288B4C329308",
"vm:balancer_v2": "0x543778987b293C7E8Cf0722BB2e935ba6f4068D4"
}
}
}