Skip to content

Commit

Permalink
chore fix mocks stkGHO
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Dec 1, 2023
1 parent 8434bb9 commit 8790777
Showing 1 changed file with 95 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,82 @@ export const GeneralStakeUIDataRaw = {
_isBigNumber: true,
}),
},

stkGHO: {
stakedTokenTotalSupply: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
stakedTokenTotalRedeemableAmount: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
stakeCooldownSeconds: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
stakeUnstakeWindow: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
stakedTokenPriceEth: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
rewardTokenPriceEth: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
stakeApy: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
distributionPerSecond: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
distributionEnd: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
0: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
1: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
2: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
3: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
4: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
5: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
6: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
7: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
8: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
}),
},

ethPrice: BigNumber.from({
_hex: '0x0',
_isBigNumber: true,
Expand Down Expand Up @@ -410,6 +486,17 @@ export const GeneralStakeUIDataHumanized = {
distributionPerSecond: '0',
distributionEnd: '0',
},
stkGHO: {
stakeTokenTotalSupply: '0',
stakeTokenTotalRedeemableAmount: '0',
stakeCooldownSeconds: 0,
stakeUnstakeWindow: 0,
stakeTokenPriceEth: '0',
rewardTokenPriceEth: '0',
stakeApy: '0',
distributionPerSecond: '0',
distributionEnd: '0',
},
ethPriceUsd: '0',
};

Expand All @@ -430,5 +517,13 @@ export const GetUserStakeUIDataHumanized = {
userCooldownAmount: '0',
userIncentivesToClaim: '0',
},
stkGHO: {
stakeTokenUserBalance: '0',
underlyingTokenUserBalance: '0',
stakeTokenRedeemableAmount: '0',
userCooldownTimestamp: 0,
userCooldownAmount: '0',
userIncentivesToClaim: '0',
},
ethPriceUsd: '0',
};

0 comments on commit 8790777

Please sign in to comment.