mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
b0a98a61e0
commit
3bcac7bc38
25
_data/chains/eip155-7668.json
Normal file
25
_data/chains/eip155-7668.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "The Root Network - Mainnet",
|
||||
"chain": "TRN",
|
||||
"rpc": [
|
||||
"https://root.rootnet.live/archive",
|
||||
"wss://root.rootnet.live/archive/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "XRP",
|
||||
"symbol": "XRP",
|
||||
"decimals": 6
|
||||
},
|
||||
"infoURL": "https://www.futureverse.com/technology/root",
|
||||
"shortName": "trn-mainnet",
|
||||
"chainId": 7668,
|
||||
"networkId": 7668,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "rootnet",
|
||||
"url": "https://explorer.rootnet.live",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
25
_data/chains/eip155-7672.json
Normal file
25
_data/chains/eip155-7672.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user