Skip to content

Commit

Permalink
feat(contracts): add new forwarder contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Oct 10, 2023
1 parent 2d7b73b commit 20c1eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe(`Wallet Operations Gas Usage`, function () {

it('WalletSimple send batch [ @skip-on-coverage ]', async function () {
const gasUsageByBatchSize = [
101810, 113113, 124451, 135753, 147126, 158383, 169709, 181023, 192397,
101810, 113113, 124451, 135753, 147126, 158383, 169709, 181023, 192338,
203641
];

Expand Down

0 comments on commit 20c1eec

Please sign in to comment.