mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update RSK metadata (#1372)
* Update RSK metadata * Update testnet RSK metadata * fix shortname * Add explorer details to RSK testnet * Update _data/chains/eip155-31.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
0f027ca569
commit
9a1190b5e1
|
@ -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"
|
||||||
}]
|
}]
|
||||||
|
|
|
@ -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"
|
||||||
|
}]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user