mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
537 B
JSON
26 lines
537 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": "EIP3091"
|
|
}
|
|
]
|
|
}
|