File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @mento-protocol/mento-sdk" ,
33 "description" : " Official SDK for interacting with the Mento Protocol" ,
4- "version" : " 2.0.0-beta.10 " ,
4+ "version" : " 2.0.0-beta.11 " ,
55 "license" : " MIT" ,
66 "author" : " Mento Labs" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ export const MENTO_ADDRESSES = {
22 PROTOCOL_MULTISIG : '0x87647780180b8f55980c7d3ffefe08a9b29e9ae1' ,
33 OPERATIONAL_WALLET : '0xDA7BFEF937F0944551a24b4C68B054bfA7127570' ,
44 OPERATIONAL_WALLET_2 : '0xD3D2e5c5Af667DA817b2D752d86c8f40c22137E1' ,
5+ REBALANCER_BOT : '0xaa8299FC6A685B5f9Ce9bdA8d0B3ea3D54731976' ,
56} as const
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export class DefaultCalculatorFactory implements CalculatorFactory {
2828 MENTO_ADDRESSES . PROTOCOL_MULTISIG ,
2929 MENTO_ADDRESSES . OPERATIONAL_WALLET ,
3030 MENTO_ADDRESSES . OPERATIONAL_WALLET_2 ,
31+ MENTO_ADDRESSES . REBALANCER_BOT ,
3132 ] )
3233 }
3334}
You can’t perform that action at this time.
0 commit comments