Skip to content

Commit

Permalink
chore(contracts): upgrade solidity ver to 0.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Oct 5, 2023
1 parent 5cc0c6f commit fca8f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ describe(`Wallet Operations Gas Usage`, function () {

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

for (let batchSize = 1; batchSize <= 10; batchSize++) {
Expand Down

0 comments on commit fca8f2a

Please sign in to comment.