Skip to content

Commit

Permalink
test(fast-usdc): make txHash collisions less likely
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 28, 2025
1 parent cf41d2c commit 41768bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multichain-testing/test/fast-usdc/fast-usdc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const advanceAndSettleScenario = test.macro({
blockHash:
'0x90d7343e04f8160892e94f02d6a9b9f255663ed0ac34caca98544c8143fee665',
blockNumber: 21037663n,
txHash: `0xc81bc6105b60a234c7c50ac17816ebcd5561d366df8bf3be59ff3875527617${makeRandomDigits(makeRandomNumber(), 2n)}`,
txHash: `0xc81bc6105b60a234c7c50ac17816ebcd5561d366df8bf3be59ff387${makeRandomDigits(makeRandomNumber(), 9n)}`,
tx: {
amount: mintAmt,
forwardingAddress: userForwardingAddr,
Expand Down

0 comments on commit 41768bf

Please sign in to comment.