Skip to content

Commit

Permalink
test(ptokens.test): update networkFeeUsd value
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Apr 4, 2024
1 parent 14558fe commit be392e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__tests__/ptokens.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('createEthPntAsset', () => {

const expectedFees = {
networkFee: 0,
networkFeeUsd: 15,
networkFeeUsd: 20,
minNodeOperatorFee: 0,
minNodeOperatorFeeUsd: 0,
basisPoints: {
Expand Down

0 comments on commit be392e2

Please sign in to comment.