Skip to content

Commit

Permalink
use proxy address
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjojoex committed Nov 29, 2023
1 parent 23c4dc3 commit 19038e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/cake/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async function getSmartChefStakedCakeAmount(

async function veCakeStrategy(addresses, network, provider, blockTag, options) {
let callData = addresses.map((address: any) => [
'0x69e0d66BAaBeA9351c8bBb078D18654e39D1503d',
onChainVotingPower.v1.address,
'getVotingPowerWithoutPool',
[address.toLowerCase()]
]);
Expand Down

0 comments on commit 19038e4

Please sign in to comment.