mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3bcac7bc38 🚀
This commit is contained in:
parent
1ea5823814
commit
2afb2d2816
File diff suppressed because one or more lines are too long
25
chains/eip155-7668.json
Normal file
25
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
chains/eip155-7672.json
Normal file
25
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5991,6 +5991,32 @@
|
|||
"rpc": ["https://rpc.shyft.network/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://shyft.network"
|
||||
}, {
|
||||
"name": "The Root Network - Mainnet",
|
||||
"chainId": 7668,
|
||||
"shortName": "trn-mainnet",
|
||||
"networkId": 7668,
|
||||
"nativeCurrency": {
|
||||
"name": "XRP",
|
||||
"symbol": "XRP",
|
||||
"decimals": 6
|
||||
},
|
||||
"rpc": ["https://root.rootnet.live/archive", "wss://root.rootnet.live/archive/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.futureverse.com/technology/root"
|
||||
}, {
|
||||
"name": "The Root Network - Porcini Testnet",
|
||||
"chainId": 7672,
|
||||
"shortName": "trn-porcini",
|
||||
"networkId": 7672,
|
||||
"nativeCurrency": {
|
||||
"name": "XRP",
|
||||
"symbol": "XRP",
|
||||
"decimals": 6
|
||||
},
|
||||
"rpc": ["https://porcini.rootnet.app/archive", "wss://porcini.rootnet.app/archive/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.futureverse.com/technology/root"
|
||||
}, {
|
||||
"name": "Canto",
|
||||
"chainId": 7700,
|
||||
|
|
|
@ -8917,6 +8917,44 @@
|
|||
"url": "https://bx.shyft.network",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Canto",
|
||||
"chain": "Canto",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -460,6 +460,8 @@
|
|||
"planq": "eip155:7070",
|
||||
"kly": "eip155:7331",
|
||||
"shyft": "eip155:7341",
|
||||
"trn-mainnet": "eip155:7668",
|
||||
"trn-porcini": "eip155:7672",
|
||||
"canto": "eip155:7700",
|
||||
"RiseOfTheWarbotsTestnet": "eip155:7777",
|
||||
"tscas": "eip155:7878",
|
||||
|
|
Loading…
Reference in New Issue
Block a user