Skip to content

Commit

Permalink
updated: polygon test network rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Sep 27, 2021
1 parent 52c6156 commit 4ab8141
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,19 @@ module.exports = {
url: "http://127.0.0.1:8545",
},
rinkeby: {
url: "https://eth-mainnet.alchemyapi.io/v2/123abc123abc123abc123abc123abcde",
url: "", // rpc providers: infura, alchemy
accounts: [] // private keys
},
mumbai: {
url: "https://rpc-mumbai.matic.today",
accounts: []
ropsten: {
url: "", // rpc providers: infura, alchemy
accounts: [] // private keys
},
polygonTest: {
url: "https://rpc-mumbai.maticvigil.com/", // rpc providers: polygon, infura, alchemy
accounts: ['']
},
matic: {
// Infura
// url: `https://polygon-mainnet.infura.io/v3/${infuraId}`,
url: "https://rpc-mainnet.maticvigil.com",
polygonMain: {
url: "https://rpc-mainnet.maticvigil.com", // rpc providers: infura,polygon, alchemy
accounts: []
}
},
Expand Down

0 comments on commit 4ab8141

Please sign in to comment.