Skip to content
Draft
Changes from all commits
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
2 changes: 2 additions & 0 deletions packages/sdk/tests/integration/standarderc20.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ describe('standard ERC20', () => {
waitRes.message.retryableCreationId,
])
)
console.log(waitRes.message.messageData.data)
process.exit(1)

// force the redeem to fail by submitted just a bit under the required gas
// so it is enough to pay for L1 + L2 intrinsic gas costs
Expand Down
Loading