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

This commit is contained in:
ligi 2022-08-20 19:18:31 +00:00
parent e1960c2a69
commit e52b13f785
6 changed files with 31 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,9 +5,9 @@
"https://public-node.rsk.co", "https://public-node.rsk.co",
"https://mycrypto.rsk.co" "https://mycrypto.rsk.co"
], ],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"], "faucets": ["https://faucet.rsk.co/"],
"nativeCurrency": { "nativeCurrency": {
"name": "RSK Mainnet Ether", "name": "Smart Bitcoin",
"symbol": "RBTC", "symbol": "RBTC",
"decimals": 18 "decimals": 18
}, },
@ -18,7 +18,7 @@
"slip44": 137, "slip44": 137,
"explorers": [{ "explorers": [{
"name": "blockscout", "name": "RSK Explorer",
"url": "https://explorer.rsk.co", "url": "https://explorer.rsk.co",
"standard": "EIP3091" "standard": "EIP3091"
}] }]

View File

@ -6,15 +6,23 @@
"https://mycrypto.testnet.rsk.co" "https://mycrypto.testnet.rsk.co"
], ],
"faucets": [ "faucets": [
"https://faucet.testnet.rsk.co" "https://faucet.rsk.co/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "RSK Testnet Ether", "name": "Testnet Smart Bitcoin",
"symbol": "tRBTC", "symbol": "tRBTC",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://rsk.co", "infoURL": "https://rsk.co",
"shortName": "trsk", "shortName": "trsk",
"chainId": 31, "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

View File

@ -381,12 +381,12 @@
"shortName": "rsk", "shortName": "rsk",
"networkId": 30, "networkId": 30,
"nativeCurrency": { "nativeCurrency": {
"name": "RSK Mainnet Ether", "name": "Smart Bitcoin",
"symbol": "RBTC", "symbol": "RBTC",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"], "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" "infoURL": "https://rsk.co"
}, { }, {
"name": "RSK Testnet", "name": "RSK Testnet",
@ -394,12 +394,12 @@
"shortName": "trsk", "shortName": "trsk",
"networkId": 31, "networkId": 31,
"nativeCurrency": { "nativeCurrency": {
"name": "RSK Testnet Ether", "name": "Testnet Smart Bitcoin",
"symbol": "tRBTC", "symbol": "tRBTC",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"], "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" "infoURL": "https://rsk.co"
}, { }, {
"name": "GoodData Testnet", "name": "GoodData Testnet",

View File

@ -521,9 +521,9 @@
"name": "RSK Mainnet", "name": "RSK Mainnet",
"chain": "RSK", "chain": "RSK",
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"], "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": { "nativeCurrency": {
"name": "RSK Mainnet Ether", "name": "Smart Bitcoin",
"symbol": "RBTC", "symbol": "RBTC",
"decimals": 18 "decimals": 18
}, },
@ -533,7 +533,7 @@
"networkId": 30, "networkId": 30,
"slip44": 137, "slip44": 137,
"explorers": [{ "explorers": [{
"name": "blockscout", "name": "RSK Explorer",
"url": "https://explorer.rsk.co", "url": "https://explorer.rsk.co",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
@ -541,16 +541,21 @@
"name": "RSK Testnet", "name": "RSK Testnet",
"chain": "RSK", "chain": "RSK",
"rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"], "rpc": ["https://public-node.testnet.rsk.co", "https://mycrypto.testnet.rsk.co"],
"faucets": ["https://faucet.testnet.rsk.co"], "faucets": ["https://faucet.rsk.co/"],
"nativeCurrency": { "nativeCurrency": {
"name": "RSK Testnet Ether", "name": "Testnet Smart Bitcoin",
"symbol": "tRBTC", "symbol": "tRBTC",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://rsk.co", "infoURL": "https://rsk.co",
"shortName": "trsk", "shortName": "trsk",
"chainId": 31, "chainId": 31,
"networkId": 31 "networkId": 31,
"explorers": [{
"name": "RSK Testnet Explorer",
"url": "https://explorer.testnet.rsk.co",
"standard": "EIP3091"
}]
}, { }, {
"name": "GoodData Testnet", "name": "GoodData Testnet",
"chain": "GooD", "chain": "GooD",