Deploying to gh-pages from @ ethereum-lists/chains@3bcac7bc38 🚀

This commit is contained in:
ligi 2023-03-22 00:07:14 +00:00
parent 1ea5823814
commit 2afb2d2816
9 changed files with 120 additions and 4 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-7668.json Normal file
View 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
View 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

View File

@ -5991,6 +5991,32 @@
"rpc": ["https://rpc.shyft.network/"], "rpc": ["https://rpc.shyft.network/"],
"faucets": [], "faucets": [],
"infoURL": "https://shyft.network" "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", "name": "Canto",
"chainId": 7700, "chainId": 7700,

View File

@ -8917,6 +8917,44 @@
"url": "https://bx.shyft.network", "url": "https://bx.shyft.network",
"standard": "EIP3091" "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", "name": "Canto",
"chain": "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

View File

@ -460,6 +460,8 @@
"planq": "eip155:7070", "planq": "eip155:7070",
"kly": "eip155:7331", "kly": "eip155:7331",
"shyft": "eip155:7341", "shyft": "eip155:7341",
"trn-mainnet": "eip155:7668",
"trn-porcini": "eip155:7672",
"canto": "eip155:7700", "canto": "eip155:7700",
"RiseOfTheWarbotsTestnet": "eip155:7777", "RiseOfTheWarbotsTestnet": "eip155:7777",
"tscas": "eip155:7878", "tscas": "eip155:7878",