Deploying to gh-pages from @ ethereum-lists/chains@bc7d951bff 🚀

This commit is contained in:
ligi 2022-01-30 17:02:35 +00:00
parent 843bd318a6
commit d17d072af5
4 changed files with 13 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@
"faucets": [], "faucets": [],
"infoURL": "https://expanse.tech" "infoURL": "https://expanse.tech"
}, { }, {
"name": "Ethereum Testnet Ropsten", "name": "Ropsten",
"chainId": 3, "chainId": 3,
"shortName": "rop", "shortName": "rop",
"networkId": 3, "networkId": 3,
@ -35,7 +35,7 @@
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"], "rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"],
"faucets": ["https://faucet.ropsten.be?${ADDRESS}"], "faucets": ["http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}"],
"infoURL": "https://github.com/ethereum/ropsten" "infoURL": "https://github.com/ethereum/ropsten"
}, { }, {
"name": "Rinkeby", "name": "Rinkeby",

View File

@ -38,10 +38,11 @@
"networkId": 1, "networkId": 1,
"slip44": 40 "slip44": 40
}, { }, {
"name": "Ethereum Testnet Ropsten", "name": "Ropsten",
"title": "Ethereum Testnet Ropsten",
"chain": "ETH", "chain": "ETH",
"rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"], "rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"],
"faucets": ["https://faucet.ropsten.be?${ADDRESS}"], "faucets": ["http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}"],
"nativeCurrency": { "nativeCurrency": {
"name": "Ropsten Ether", "name": "Ropsten Ether",
"symbol": "ROP", "symbol": "ROP",
@ -53,7 +54,12 @@
"networkId": 3, "networkId": 3,
"ens": { "ens": {
"registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
} },
"explorers": [{
"name": "etherscan",
"url": "https://ropsten.etherscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Rinkeby", "name": "Rinkeby",
"title": "Ethereum Testnet Rinkeby", "title": "Ethereum Testnet Rinkeby",