Skip to content

Commit

Permalink
Merge pull request #402 from BalancerMaxis/chore/add_chainlink_v2_1
Browse files Browse the repository at this point in the history
chore: add chainlink v2.1
  • Loading branch information
gosuto-inzasheru committed Aug 6, 2024
2 parents 525db4f + 5bef863 commit d5cbf9f
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 18 deletions.
3 changes: 3 additions & 0 deletions extras/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"WETH": "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
"USDT": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"stkauraBAL": "0x4EA9317D90b61fc28C418C247ad0CA8939Bbb0e9",
"LINK": "0xf97f4df75117a78c1A5a0DBb814Af92458539FB4",
"LDO": "0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60"
},
"across": {
"spoke_pool": "0xB88690461dDbaB6f04Dfad7df66B7725942FEb9C"
},
"chainlink": {
"keeper_registry_v2_1": "0x37D9dC70bfcd8BC77Ec2858836B923c560E891D1",
"keeper_registrar_v2_1": "0x86EFBD0b6736Bed994962f9797049422A3A8E8Ad",
"keeper_registry": "0x75c0530885F385721fddA23C539AF3701d6183D4",
"keeper_registrar": "0x4F3AF332A30973106Fe146Af0B4220bBBeA748eC"
},
Expand Down
10 changes: 7 additions & 3 deletions extras/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"zero": {
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {
"LINK": "0x5947BB275c521040051D82396192181b413227A3"
},
"chainlink": {
"keeper_registry_v2_1": "0x7f00a3Cd4590009C349192510D51F8e6312E08CB",
"keeper_registrar_v2_1": "0x5Cb7B29e621810Ce9a04Bee137F8427935795d00",
"keeper_registry": "0x02777053d6764996e594c3E88AF1D58D5363a2e6"
},
"maxiKeepers": {
Expand All @@ -15,8 +20,7 @@
"ankr": "0x10087761Ebd0Da939d2123A0B18D69F11f5Ea67f"
}
},
"mimic": {
"smartVaultV3": "0x9e5D6427D2cdaDC68870197b099C2Df535Ec3c97"
"mimic": {
"smartVaultV3": "0x9e5D6427D2cdaDC68870197b099C2Df535Ec3c97"
}

}
14 changes: 9 additions & 5 deletions extras/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {
"LINK": "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196",
"USDC": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"USDbC": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA"
},
"maxiKeepers": {
"gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340",
"gaugeRewardsInjectors": {
"usdc": "0xA6E7840Fc8193cFeBDdf177fa410038E5DD08f7A",
"gold": "0x79D0F97D4D8c1Dd30b1Ea09746dB8847036AD92d"
"usdc": "0xA6E7840Fc8193cFeBDdf177fa410038E5DD08f7A",
"gold": "0x79D0F97D4D8c1Dd30b1Ea09746dB8847036AD92d"
}
},
"mimic": {
"smartVaultV3": "0x9e5D6427D2cdaDC68870197b099C2Df535Ec3c97"
"chainlink": {
"keeper_registry_v2_1": "0xE226D5aCae908252CcA3F6CEFa577527650a9e1e",
"keeper_registrar_v2_1": "0xD8983a340A96b9C2Bb6855E46847aE134Db71fB1"
},
"mimic": {
"smartVaultV3": "0x9e5D6427D2cdaDC68870197b099C2Df535Ec3c97"
}

}
8 changes: 7 additions & 1 deletion extras/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"zero": {
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {},
"tokens": {
"LINK": "0xE2e73A1c69ecF83F464EFCE6A5be353a37cA09b2"
},
"mimic": {
"smartvault": "0x94Dd9C6152a2A0BBcB52d3297b723A6F01D5F9f7",
"smartVaultV3": "0x9e5D6427D2cdaDC68870197b099C2Df535Ec3c97",
Expand All @@ -11,6 +13,10 @@
"oneinchSwapper": "0xd712A863766dE7e7cA13289A97997E01832A6571",
"paraswapSwapper": "0x95676AaEcD59B19C5B79008F86d3A291628b0947"
},
"chainlink": {
"keeper_registry_v2_1": "0x299c92a219F61a82E91d2062A262f7157F155AC1",
"keeper_registrar_v2_1": "0x0F7E163446AAb41DB5375AbdeE2c3eCC56D9aA32"
},
"maxiKeepers": {
"gaugeRewardsInjectors": {
"usdc_rewards_injector": "0x87c921be1fd8ee7E5eda4394aDB849DB72847aE9"
Expand Down
8 changes: 8 additions & 0 deletions extras/linea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"zero": {
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {
"LINK": "0xa18152629128738a5c081eb226335FEd4B9C95e9"
}
}
2 changes: 2 additions & 0 deletions extras/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
},
"chainlink": {
"feed_registry": "0x47Fb2585D2C56Fe188D0E6ec628a38b74fCeeeDf",
"keeper_registry_v2_1": "0x6593c7De001fC8542bB1703532EE1E5aA0D458fD",
"keeper_registrar_v2_1": "0x6B0B234fB2f380309D47A7E9391E29E9a179395a",
"keeper_registry": "0x02777053d6764996e594c3E88AF1D58D5363a2e6",
"keeper_registrar": "0xDb8e8e2ccb5C033938736aa89Fe4fa1eDfD15a1d"
},
Expand Down
19 changes: 10 additions & 9 deletions extras/mode.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"zero": {
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {},
"maxiKeepers": {
"gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340",
"gaugeRewardsInjectors": {
}
}
"zero": {
"zero": "0x0000000000000000000000000000000000000000"
},
"tokens": {
"LINK": "0x183E3691EfF3524B2315D3703D94F922CbE51F54"
},
"maxiKeepers": {
"gasStation": "0x34a265e1EBCb31586293eb2D2f94c6ff2f920340",
"gaugeRewardsInjectors": {}
}
}
1 change: 1 addition & 0 deletions extras/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"WMATIC": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
"WETH": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"BAL": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"LINK": "0xb0897686c545045aFc77CF20eC7A532E3120E0F1",
"WBTC": "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"

},
Expand Down

0 comments on commit d5cbf9f

Please sign in to comment.