Skip to content

Commit

Permalink
fixed one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 26, 2024
1 parent c7d3725 commit c5692d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/shard3/entrypoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ describe('EntryPoint', function () {
}, accountOwner, entryPoint)
const beneficiaryAddress = createAddress()

await fundVtho(account.address, entryPoint)

const countBefore = await counter.counters(account.address)
// for estimateGas, must specify maxFeePerGas, otherwise our gas check fails
console.log(' == est gas=', await entryPoint.estimateGas.handleOps([op], beneficiaryAddress, { maxFeePerGas: 1e9 }).then(tostr))
Expand Down

0 comments on commit c5692d1

Please sign in to comment.