Skip to content

Commit

Permalink
fix: Update eth in bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Aug 9, 2023
1 parent c4799d5 commit 441852a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/views/LiquidStaking/constants/56.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const liquidStaking: LiquidStakingList[] = [
shouldCheckApproval: true,
approveToken: WETH9[ChainId.BSC],
aprUrl: 'https://www.binance.com/bapi/earn/v1/public/pos/cftoken/project/getPurchasableProject',
stakingMethodArgs: ['masterChefAddress'],
stakingOverrides: ['value'],
stakingMethodArgs: ['convertedStakeAmount', 'masterChefAddress'],
stakingOverrides: [],
exchangeRateMultiCall: [
{
abi: wbethBscABI,
Expand Down

0 comments on commit 441852a

Please sign in to comment.