Skip to content

Commit

Permalink
feat: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Mar 11, 2024
1 parent 421faea commit 6ed9c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ const config: HardhatUserConfig = {
url: nodeUrl('polygonzkevm'),
blockNumber: 130090,
*/
/*
/*
url: nodeUrl('scroll'),
blockNumber: 3672151,
*/
url: nodeUrl('manta'),
blockNumber: 1480155
blockNumber: 1480155,
},
mining: argv.disableAutoMining
? {
Expand Down

0 comments on commit 6ed9c8c

Please sign in to comment.