Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(badger): Fix claimable amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich committed Jun 8, 2022
1 parent 4e941b2 commit cbf5f67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ export class ArbitrumBadgerClaimableContractPositionFetcher implements PositionF

async getPositions() {
return this.appToolkit.helpers.merkleContractPositionHelper.getContractPositions({
address: '0x660802fc641b154aba66a62137e71f331b6d787a',
address: '0x635eb2c39c75954bb53ebc011bdc6afaace115a6',
appId,
groupId,
network,
dependencies: [{ appId: BADGER_DEFINITION.id, groupIds: [BADGER_DEFINITION.groups.vault.id], network }],
rewardTokenAddresses: [
'0x3472a5a71965499acd81997a54bba8d852c6e53d',
'0x8798249c2e607446efb7ad49ec89dd1865ff4272',
'0x798d1be841a82a273720ce31c822c61a67a601c3',
'0xa0246c9032bc3a600820415ae600c6388619a14d',
'0x11cdb42b0eb46d95f990bedd4695a6e3fa034978',
'0xbfa641051ba0a0ad1b0acf549a89536a0d76472e',
'0x0c2153e8ae4db8233c61717cdc4c75630e952561',
'0xe774d1fb3133b037aa17d39165b8f45f444f632d',
],
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ export class EthereumBadgerClaimableContractPositionFetcher implements PositionF

async getPositions() {
return this.appToolkit.helpers.merkleContractPositionHelper.getContractPositions({
address: '0x635eb2c39c75954bb53ebc011bdc6afaace115a6',
address: '0x660802fc641b154aba66a62137e71f331b6d787a',
appId,
groupId,
network,
dependencies: [{ appId: BADGER_DEFINITION.id, groupIds: [BADGER_DEFINITION.groups.vault.id], network }],
rewardTokenAddresses: [
'0x11cdb42b0eb46d95f990bedd4695a6e3fa034978',
'0xbfa641051ba0a0ad1b0acf549a89536a0d76472e',
'0x0c2153e8ae4db8233c61717cdc4c75630e952561',
'0xe774d1fb3133b037aa17d39165b8f45f444f632d',
'0x3472a5a71965499acd81997a54bba8d852c6e53d',
'0x8798249c2e607446efb7ad49ec89dd1865ff4272',
'0x798d1be841a82a273720ce31c822c61a67a601c3',
'0xa0246c9032bc3a600820415ae600c6388619a14d',
],
});
}
Expand Down

0 comments on commit cbf5f67

Please sign in to comment.