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://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"
}]

View File

@ -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

View File

@ -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",

View File

@ -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",