Skip to content

Commit 0642ca9

Browse files
authored
feat: supply adjustment update (#87)
1 parent 7c14e18 commit 0642ca9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

src/constants/mentoAddresses.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/services/supply/defaultCalculatorFactory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)