Skip to content

Commit

Permalink
ropsten example
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap authored Dec 11, 2021
1 parent d607158 commit 3905c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const config: HardhatUserConfig = {
hardhat: {
chainId: 1337
},
ropsten: {
url: `https://ropsten.infura.io/v3/${process.env.INFURA_PROJECT_ID}`,
accounts: [`0x${process.env.DEPLOYER_PRIVATE_KEY}`],
},
// ropsten: {
// url: `https://ropsten.infura.io/v3/${process.env.INFURA_PROJECT_ID}`,
// accounts: [`0x${process.env.DEPLOYER_PRIVATE_KEY}`],
// },
},
gasReporter: {
enabled: process.env.REPORT_GAS !== undefined,
Expand Down

0 comments on commit 3905c41

Please sign in to comment.