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:
John Light 2022-08-20 21:15:25 +02:00 committed by GitHub
parent 0f027ca569
commit 9a1190b5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

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