Skip to content

Commit

Permalink
Merge pull request #94 from EspressoSystems/fix/devnet-test
Browse files Browse the repository at this point in the history
Make Espresso devnet test less flaky
  • Loading branch information
jbearer authored Nov 15, 2023
2 parents 77ffa54 + e726fbf commit e09fad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/tasks/deposit-erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ task('deposit-erc20', 'Deposits WETH9 onto L2.')
console.log('Checking to make sure deposit was successful')
// Deposit might get reorged, wait and also log for reorgs.
let prevBlockHash: string = ''
for (let i = 0; i < 12; i++) {
for (let i = 0; i < 18; i++) {
const messageReceipt = await signer.provider!.getTransactionReceipt(
depositTx.hash
)
Expand Down

0 comments on commit e09fad5

Please sign in to comment.