Skip to content

Commit

Permalink
added matic netwrk
Browse files Browse the repository at this point in the history
  • Loading branch information
Robsonsjre committed Apr 23, 2021
1 parent 0873162 commit e907cd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ module.exports = {
url: 'https://goerli.infura.io/v3/' + process.env.INFURA_PROJECT_ID,
network_id: 5
},
matic: {
accounts: {
mnemonic: process.env.DEV_MNEMONIC,
initialIndex: parseInt(process.env.ADDRESS_INDEX),
count: 1
},
url: 'https://rpc-mainnet.matic.network',
network_id: 80001
},
mumbai: {
accounts: {
mnemonic: process.env.DEV_MNEMONIC,
Expand Down

0 comments on commit e907cd1

Please sign in to comment.