Skip to content

Commit 39ca947

Browse files
committed
test: update mocks
1 parent aba36e8 commit 39ca947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sdk/isPegoutQuotePaid.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ const providerMock: LiquidityProvider = {
3434
minTransactionValue: BigInt(1),
3535
maxTransactionValue: BigInt(100),
3636
fee: BigInt(1),
37+
fixedFee: BigInt(3),
38+
feePercentage: 1.25,
3739
requiredConfirmations: 5
3840
},
3941
pegout: {
4042
minTransactionValue: BigInt(1),
4143
maxTransactionValue: BigInt(100),
4244
fee: BigInt(1),
45+
fixedFee: BigInt(3),
46+
feePercentage: 1.25,
4347
requiredConfirmations: 5
4448
}
4549
}

0 commit comments

Comments
 (0)