Skip to content

Commit 705be2a

Browse files
committed
chore: fix tests
1 parent 5f04d73 commit 705be2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/bridging/providers/across/AcrossBridgeProvider.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ describe('AcrossBridgeProvider', () => {
153153
},
154154
quoteTimestamp: 1234567890,
155155
expectedFillTimeSeconds: 300,
156+
fees: {
157+
bridgeFee: 50000n,
158+
destinationGasFee: 50000n,
159+
},
160+
limits: {
161+
minDeposit: 1000000n,
162+
maxDeposit: 1000000000000n,
163+
},
156164
}
157165

158166
expect(quote).toEqual(expectedQuote)

0 commit comments

Comments
 (0)