Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: chrismaree <[email protected]>
  • Loading branch information
chrismaree authored and md0x committed Sep 20, 2024
1 parent 89f92ba commit 86684cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/svm/SvmSpoke.Fill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("svm_spoke.fill", () => {
inputAmount: new BN(relayAmount),
outputAmount: new BN(relayAmount),
originChainId: new BN(1),
depositId: 1,
depositId: new BN(Math.floor(Math.random() * 1000000)), // force that we always have a new deposit id.
fillDeadline: new BN(Math.floor(Date.now() / 1000) + 60), // 1 minute from now
exclusivityDeadline: new BN(Math.floor(Date.now() / 1000) + 30), // 30 seconds from now
message: Buffer.from("Test message"),
Expand Down

0 comments on commit 86684cb

Please sign in to comment.