Skip to content

Commit

Permalink
chore: hardhat
Browse files Browse the repository at this point in the history
  • Loading branch information
Macket committed Feb 5, 2024
1 parent 4c719ef commit a1b2b1f
Show file tree
Hide file tree
Showing 3 changed files with 6,957 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

// autogenerated by brownie
// do not modify the existing settings
module.exports = {
networks: {
hardhat: {
chainId: 1,
hardfork: "shanghai",
// base fee of 0 allows use of 0 gas price when testing
initialBaseFeePerGas: 0,
// brownie expects calls and transactions to throw on revert
throwOnTransactionFailures: true,
throwOnCallFailures: true
}
}
}
Loading

0 comments on commit a1b2b1f

Please sign in to comment.