Skip to content

Commit

Permalink
rpc url fix (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket6990 authored Oct 18, 2022
1 parent 5cc1218 commit 2d9bc4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
},
"markdownDescription": "List of networks settings including ethereum, polygon etc",
"default": {
"Ethereum Mainnet": {"rpc": "homestead","blockScanner":"https://etherscan.io"},
"Rinkeby Testnet": {"rpc": "rinkeby","blockScanner": "https://rinkeby.etherscan.io"},
"Ganache Testnet": {"rpc": "http://127.0.0.1:8545", "blockScanner": "https://etherscan.io"},
"Hardhat Testnet": {"rpc": "http://127.0.0.1:7545", "blockScanner": "https://etherscan.io"},
"Ropsten Testnet": {"rpc": "ropsten","blockScanner": "https://ropsten.etherscan.io"},
"Kovan Testnet": {"rpc": "kovan", "blockScanner": "https://kovan.etherscan.io"},
"Goerli Testnet": {"rpc": "goerli", "blockScanner": "https://goerli.etherscan.io"}
"Ethereum Mainnet": "{\"rpc\": \"homestead\",\"blockScanner\":\"https://etherscan.io\"}",
"Rinkeby Testnet": "{\"rpc\": \"rinkeby\",\"blockScanner\": \"https://rinkeby.etherscan.io\"}",
"Ganache Testnet": "{\"rpc\": \"http://127.0.0.1:8545\", \"blockScanner\": \"https://etherscan.io\"}",
"Hardhat Testnet": "{\"rpc\": \"http://127.0.0.1:7545\", \"blockScanner\": \"https://etherscan.io\"}",
"Ropsten Testnet": "{\"rpc\": \"ropsten\",\"blockScanner\": \"https://ropsten.etherscan.io\"}",
"Kovan Testnet": "{\"rpc\": \"kovan\", \"blockScanner\": \"https://kovan.etherscan.io\"}",
"Goerli Testnet": "{\"rpc\": \"goerli\", \"blockScanner\": \"https://goerli.etherscan.io\"}"
}
},
"ethcode.grpc.serviceEndpoints": {
Expand Down

0 comments on commit 2d9bc4d

Please sign in to comment.