Skip to content

Commit

Permalink
Add zkevm to hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Aug 29, 2024
1 parent 9c024c2 commit 4f36c48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@ const config: HardhatUserConfig = {
? [`${process.env.PRIVATE_KEY_OPTIMISM_MAINNET}`]
: [],
},
zkEVM: {
url: `https://zkevm-rpc.com`,
gasPrice: "auto",
accounts: process.env.PRIVATE_KEY_ZKEVM
? [`${process.env.PRIVATE_KEY_ZKEVM}`]
: [],
},
},
gasReporter: {
currency: "USD",
Expand Down

0 comments on commit 4f36c48

Please sign in to comment.