Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions _src/reference/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"name": "Rinkeby",
"title": "Ethereum Testnet Rinkeby",
"chain": "ETH",
"network": "testnet",
"rpc": ["https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"],
"faucets": ["http://fauceth.komputing.org?chain=4&address=${ADDRESS}", "https://faucet.rinkeby.io"],
"nativeCurrency": { "name": "Rinkeby Ether", "symbol": "ETH", "decimals": 18 },
Expand All @@ -38,7 +37,6 @@
"name": "Görli",
"title": "Ethereum Testnet Görli",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
Expand Down Expand Up @@ -86,7 +84,6 @@
"name": "Kovan",
"title": "Ethereum Testnet Kovan",
"chain": "ETH",
"network": "testnet",
"rpc": [
"https://kovan.poa.network",
"http://kovan.poa.network:8545",
Expand Down Expand Up @@ -225,7 +222,7 @@
"faucets": [],
"nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 },
"infoURL": "https://polygon.technology/",
"shortName": "MATIC",
"shortName": "matic",
"chainId": 137,
"networkId": 137,
"slip44": 966,
Expand Down