Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: IBC transfer scenarios #10852

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test(fast-usdc): make txHash collisions less likely
  • Loading branch information
michaelfig committed Jan 28, 2025
commit 41768bf82b8681bac9241ee644797bb9f3729197
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
Loading