mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@bc7d951bff 🚀
This commit is contained in:
parent
843bd318a6
commit
d17d072af5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user