Skip to content

Commit

Permalink
chore: add arbitrum in hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xlucian committed Oct 16, 2023
1 parent 93c21da commit dcb4122
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ const config: HardhatUserConfig = {
mnemonic: process.env.MNEMONIC || "",
},
},
arbitrum: {
url: "https://arbitrum.llamarpc.com/",
chainId: 42161,
live: true,
timeout: 1200000,
accounts: {
mnemonic: process.env.MNEMONIC || "",
},
},
},
gasReporter: {
enabled: process.env.REPORT_GAS !== undefined,
Expand Down

0 comments on commit dcb4122

Please sign in to comment.