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@9a1190b5e1 🚀
This commit is contained in:
parent
e1960c2a69
commit
e52b13f785
File diff suppressed because one or more lines are too long
|
@ -5,9 +5,9 @@
|
|||
"https://public-node.rsk.co",
|
||||
"https://mycrypto.rsk.co"
|
||||
],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": ["https://faucet.rsk.co/"],
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Mainnet Ether",
|
||||
"name": "Smart Bitcoin",
|
||||
"symbol": "RBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -18,7 +18,7 @@
|
|||
"slip44": 137,
|
||||
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"name": "RSK Explorer",
|
||||
"url": "https://explorer.rsk.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
|
|
|
@ -6,15 +6,23 @@
|
|||
"https://mycrypto.testnet.rsk.co"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.testnet.rsk.co"
|
||||
"https://faucet.rsk.co/"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Testnet Ether",
|
||||
"name": "Testnet Smart Bitcoin",
|
||||
"symbol": "tRBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://rsk.co",
|
||||
"shortName": "trsk",
|
||||
"chainId": 31,
|
||||
"networkId": 31
|
||||
"networkId": 31,
|
||||
|
||||
"explorers": [{
|
||||
"name": "RSK Testnet Explorer",
|
||||
"url": "https://explorer.testnet.rsk.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -381,12 +381,12 @@
|
|||
"shortName": "rsk",
|
||||
"networkId": 30,
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Mainnet Ether",
|
||||
"name": "Smart Bitcoin",
|
||||
"symbol": "RBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": ["https://faucet.rsk.co/"],
|
||||
"infoURL": "https://rsk.co"
|
||||
}, {
|
||||
"name": "RSK Testnet",
|
||||
|
@ -394,12 +394,12 @@
|
|||
"shortName": "trsk",
|
||||
"networkId": 31,
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Testnet Ether",
|
||||
"name": "Testnet Smart Bitcoin",
|
||||
"symbol": "tRBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"],
|
||||
"faucets": ["https://faucet.testnet.rsk.co"],
|
||||
"faucets": ["https://faucet.rsk.co/"],
|
||||
"infoURL": "https://rsk.co"
|
||||
}, {
|
||||
"name": "GoodData Testnet",
|
||||
|
|
|
@ -521,9 +521,9 @@
|
|||
"name": "RSK Mainnet",
|
||||
"chain": "RSK",
|
||||
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"],
|
||||
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
||||
"faucets": ["https://faucet.rsk.co/"],
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Mainnet Ether",
|
||||
"name": "Smart Bitcoin",
|
||||
"symbol": "RBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
|
@ -533,7 +533,7 @@
|
|||
"networkId": 30,
|
||||
"slip44": 137,
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"name": "RSK Explorer",
|
||||
"url": "https://explorer.rsk.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
|
@ -541,16 +541,21 @@
|
|||
"name": "RSK Testnet",
|
||||
"chain": "RSK",
|
||||
"rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"],
|
||||
"faucets": ["https://faucet.testnet.rsk.co"],
|
||||
"faucets": ["https://faucet.rsk.co/"],
|
||||
"nativeCurrency": {
|
||||
"name": "RSK Testnet Ether",
|
||||
"name": "Testnet Smart Bitcoin",
|
||||
"symbol": "tRBTC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://rsk.co",
|
||||
"shortName": "trsk",
|
||||
"chainId": 31,
|
||||
"networkId": 31
|
||||
"networkId": 31,
|
||||
"explorers": [{
|
||||
"name": "RSK Testnet Explorer",
|
||||
"url": "https://explorer.testnet.rsk.co",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "GoodData Testnet",
|
||||
"chain": "GooD",
|
||||
|
|
Loading…
Reference in New Issue
Block a user