Deploying to gh-pages from @ ethereum-lists/chains@0e970e7a34 🚀

This commit is contained in:
ligi 2022-12-16 21:12:44 +00:00
parent 3d25b61e98
commit c3c2b4096e
9 changed files with 114 additions and 20 deletions

File diff suppressed because one or more lines are too long

14
chains/eip155-529.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "Firechain Mainnet",
"chain": "FIRE",
"icon": "firechain",
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
"faucets": [],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com",
"shortName": "fire",
"chainId": 529,
"networkId": 529,
"explorers": [],
"status": "incubating"
}

View File

@ -1,13 +1,14 @@
{
"name": "Firechain Mainnet",
"name": "Firechain Mainnet Old",
"chain": "FIRE",
"icon": "firechain",
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
"faucets": [],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com",
"shortName": "fire",
"shortName": "_old_fire",
"chainId": 5290,
"networkId": 5290,
"explorers": []
"explorers": [],
"status": "deprecated"
}

14
chains/eip155-917.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "Rinia Testnet",
"chain": "FIRE",
"icon": "rinia",
"rpc": ["https://rinia.rpc1.thefirechain.com"],
"faucets": ["https://faucet.thefirechain.com"],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com",
"shortName": "tfire",
"chainId": 917,
"networkId": 917,
"explorers": [],
"status": "incubating"
}

View File

@ -1,13 +1,14 @@
{
"name": "Rinia Testnet",
"name": "Rinia Testnet Old",
"chain": "FIRE",
"icon": "rinia",
"rpc": ["https://rinia.rpc1.thefirechain.com"],
"faucets": ["https://faucet.thefirechain.com"],
"nativeCurrency": { "name": "Firechain", "symbol": "FIRE", "decimals": 18 },
"infoURL": "https://thefirechain.com",
"shortName": "tfire",
"shortName": "_old_tfire",
"chainId": 9170,
"networkId": 9170,
"explorers": []
"explorers": [],
"status": "deprecated"
}

File diff suppressed because one or more lines are too long

View File

@ -2260,6 +2260,19 @@
"rpc": ["https://datarpc1.xsc.pub", "https://datarpc2.xsc.pub", "https://datarpc3.xsc.pub"],
"faucets": ["https://xsc.pub/faucet"],
"infoURL": "https://xsc.pub/"
}, {
"name": "Firechain Mainnet",
"chainId": 529,
"shortName": "fire",
"networkId": 529,
"nativeCurrency": {
"name": "Firechain",
"symbol": "FIRE",
"decimals": 18
},
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
"faucets": [],
"infoURL": "https://thefirechain.com"
}, {
"name": "F(x)Core Mainnet Network",
"chainId": 530,
@ -2754,6 +2767,19 @@
"rpc": [],
"faucets": [],
"infoURL": "https://portalfantasy.io"
}, {
"name": "Rinia Testnet",
"chainId": 917,
"shortName": "tfire",
"networkId": 917,
"nativeCurrency": {
"name": "Firechain",
"symbol": "FIRE",
"decimals": 18
},
"rpc": ["https://rinia.rpc1.thefirechain.com"],
"faucets": ["https://faucet.thefirechain.com"],
"infoURL": "https://thefirechain.com"
}, {
"name": "PulseChain Testnet",
"chainId": 940,
@ -4679,9 +4705,9 @@
"faucets": [],
"infoURL": "https://humanode.io"
}, {
"name": "Firechain Mainnet",
"name": "Firechain Mainnet Old",
"chainId": 5290,
"shortName": "fire",
"shortName": "_old_fire",
"networkId": 5290,
"nativeCurrency": {
"name": "Firechain",
@ -5225,9 +5251,9 @@
"faucets": [],
"infoURL": "https://genesis-gn.com"
}, {
"name": "Rinia Testnet",
"name": "Rinia Testnet Old",
"chainId": 9170,
"shortName": "tfire",
"shortName": "_old_tfire",
"networkId": 9170,
"nativeCurrency": {
"name": "Firechain",

View File

@ -3243,6 +3243,23 @@
"url": "https://xscscan.pub",
"standard": "EIP3091"
}]
}, {
"name": "Firechain Mainnet",
"chain": "FIRE",
"icon": "firechain",
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
"faucets": [],
"nativeCurrency": {
"name": "Firechain",
"symbol": "FIRE",
"decimals": 18
},
"infoURL": "https://thefirechain.com",
"shortName": "fire",
"chainId": 529,
"networkId": 529,
"explorers": [],
"status": "incubating"
}, {
"name": "F(x)Core Mainnet Network",
"chain": "Fxcore",
@ -3949,6 +3966,23 @@
"networkId": 909,
"explorers": [],
"status": "incubating"
}, {
"name": "Rinia Testnet",
"chain": "FIRE",
"icon": "rinia",
"rpc": ["https://rinia.rpc1.thefirechain.com"],
"faucets": ["https://faucet.thefirechain.com"],
"nativeCurrency": {
"name": "Firechain",
"symbol": "FIRE",
"decimals": 18
},
"infoURL": "https://thefirechain.com",
"shortName": "tfire",
"chainId": 917,
"networkId": 917,
"explorers": [],
"status": "incubating"
}, {
"name": "PulseChain Testnet",
"shortName": "tpls",
@ -6735,7 +6769,7 @@
"networkId": 5234,
"explorers": []
}, {
"name": "Firechain Mainnet",
"name": "Firechain Mainnet Old",
"chain": "FIRE",
"icon": "firechain",
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
@ -6746,10 +6780,11 @@
"decimals": 18
},
"infoURL": "https://thefirechain.com",
"shortName": "fire",
"shortName": "_old_fire",
"chainId": 5290,
"networkId": 5290,
"explorers": []
"explorers": [],
"status": "deprecated"
}, {
"name": "Uzmi Network Mainnet",
"chain": "UZMI",
@ -7566,7 +7601,7 @@
"chainId": 9100,
"networkId": 9100
}, {
"name": "Rinia Testnet",
"name": "Rinia Testnet Old",
"chain": "FIRE",
"icon": "rinia",
"rpc": ["https://rinia.rpc1.thefirechain.com"],
@ -7577,10 +7612,11 @@
"decimals": 18
},
"infoURL": "https://thefirechain.com",
"shortName": "tfire",
"shortName": "_old_tfire",
"chainId": 9170,
"networkId": 9170,
"explorers": []
"explorers": [],
"status": "deprecated"
}, {
"name": "Rangers Protocol Testnet Robin",
"chain": "Rangers",

View File

@ -173,6 +173,7 @@
"aact": "eip155:513",
"gz-mainnet": "eip155:516",
"xt": "eip155:520",
"fire": "eip155:529",
"FxCore": "eip155:530",
"CNDL": "eip155:534",
"CLASS": "eip155:555",
@ -211,6 +212,7 @@
"gar-test-s2": "eip155:902",
"gar-test-s3": "eip155:903",
"PF": "eip155:909",
"tfire": "eip155:917",
"tpls": "eip155:940",
"t2bpls": "eip155:941",
"t3pls": "eip155:942",
@ -359,7 +361,7 @@
"tlc": "eip155:5177",
"es": "eip155:5197",
"hmnd": "eip155:5234",
"fire": "eip155:5290",
"_old_fire": "eip155:5290",
"UZMI": "eip155:5315",
"Nahmii": "eip155:5551",
"NahmiiTestnet": "eip155:5553",
@ -401,7 +403,7 @@
"evmos": "eip155:9001",
"brb": "eip155:9012",
"GENEC": "eip155:9100",
"tfire": "eip155:9170",
"_old_tfire": "eip155:9170",
"trpg": "eip155:9527",
"QETTest": "eip155:9528",
"BobaBnbTestnet": "eip155:9728",