chains/_data/chains/eip155-7672.json
Ken Vu 3bcac7bc38
Add 2 chains for the Root Network, 1 mainnet, 1 testnet (#2454)
* Add 2 chains for the Root Network, 1 mainnet, 1 testnet

* Apply `prettier` formatting

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-22 01:01:32 +01:00

26 lines
534 B
JSON

{
"name": "The Root Network - Porcini Testnet",
"chain": "TRN",
"rpc": [
"https://porcini.rootnet.app/archive",
"wss://porcini.rootnet.app/archive/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "XRP",
"symbol": "XRP",
"decimals": 6
},
"infoURL": "https://www.futureverse.com/technology/root",
"shortName": "trn-porcini",
"chainId": 7672,
"networkId": 7672,
"explorers": [
{
"name": "rootnet",
"url": "https://explorer.rootnet.cloud",
"standard": "none"
}
]
}