Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SissonJ committed Apr 3, 2024
1 parent 65ddf78 commit 5b2d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mocks/derivativeShd/stakingInfoResponseParsed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const stakingInfoResponseParsed = {
availableShd: '0',
rewards: '0',
totalDerivativeTokenSupply: '0',
price: 100,
price: 1,
feeInfo: {
stakingFee: 0.01,
unbondingFee: 0.01,
Expand Down

0 comments on commit 5b2d1a8

Please sign in to comment.