Skip to content

Commit

Permalink
fix: fix the contract address for decrease allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNTCS committed Aug 13, 2021
1 parent e66e7d6 commit c7c3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fabricators/beth/beth-decrease-allowance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const fabricatebEthDecreaseAllowance = ({
validateAddress(spender),
]);

const bEthTokenAddress = addressProvider.bEthReward();
const bEthTokenAddress = addressProvider.bEthToken();

return [
new MsgExecuteContract(address, bEthTokenAddress, {
Expand Down

0 comments on commit c7c3442

Please sign in to comment.