Skip to content

Commit

Permalink
Merge pull request #22 from treasure-chess/deployer
Browse files Browse the repository at this point in the history
add timeout for polygon mainnet
  • Loading branch information
cupOJoseph authored Jan 30, 2022
2 parents 4858c53 + 8d85589 commit 76f18e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const config: HardhatUserConfig = {
url: `https://polygon-mainnet.infura.io/v3/${process.env.INFURA_API_KEY}`,
accounts: [`0x${process.env.PRIVATE_KEY}`],
gasPrice: 8000000000,
timeout: 4000000
},
rinkeby:{
url: `https://rinkeby.infura.io/v3/${process.env.INFURA_API_KEY}`,
Expand Down

0 comments on commit 76f18e0

Please sign in to comment.