@@ -5,55 +5,55 @@ strategy:
55 chains :
66 arbitrum :
77 weighted :
8- weight : 14 # should have 14 % of all the collateral in this route
8+ weight : 8 # should have 8 % of all the collateral in this route
99 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
1010 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
1111 bridgeMinAcceptedAmount : 3500
1212 bridge : ' 0x8a82186EA618b91D13A2041fb7aC31Bf01C02aD2'
1313
1414 avalanche :
1515 weighted :
16- weight : 14 # should have 14 % of all the collateral in this route
16+ weight : 8 # should have 8 % of all the collateral in this route
1717 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
1818 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
1919 bridgeMinAcceptedAmount : 3500
2020 bridge : ' 0x0E8Bc62865F539889fe7d8537F2ed6db5aa0F677'
2121
2222 base :
2323 weighted :
24- weight : 14 # should have 14 % of all the collateral in this route
24+ weight : 30 # should have 30 % of all the collateral in this route
2525 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
2626 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
2727 bridgeMinAcceptedAmount : 3500
2828 bridge : ' 0x5C4aFb7e23B1Dc1B409dc1702f89C64527b25975'
2929
3030 ethereum :
3131 weighted :
32- weight : 16 # should have 16 % of all the collateral in this route
32+ weight : 30 # should have 30 % of all the collateral in this route
3333 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
3434 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
3535 bridgeMinAcceptedAmount : 3500
3636 bridge : ' 0xedCBAa585FD0F80f20073F9958246476466205b8'
3737
3838 optimism :
3939 weighted :
40- weight : 14 # should have 14 % of all the collateral in this route
40+ weight : 8 # should have 8 % of all the collateral in this route
4141 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
4242 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
4343 bridgeMinAcceptedAmount : 3500
4444 bridge : ' 0xfB7681ECB05F85c383A5ce4439C7dF5ED12c77DE'
4545
4646 polygon :
4747 weighted :
48- weight : 14 # should have 14 % of all the collateral in this route
48+ weight : 8 # should have 8 % of all the collateral in this route
4949 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
5050 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
5151 bridgeMinAcceptedAmount : 3500
5252 bridge : ' 0xa62F45662809f5F6535b58bae9A572a2EC4A1f84'
5353
5454 unichain :
5555 weighted :
56- weight : 14 # should have 14 % of all the collateral in this route
56+ weight : 8 # should have 8 % of all the collateral in this route
5757 tolerance : 5 # 5% deviation on the expected balance before triggering a rebalance
5858 bridgeLockTime : 1800 # 30 mins in seconds (required for CCTP latency)
5959 bridgeMinAcceptedAmount : 3500
0 commit comments