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@adb8628614 🚀
This commit is contained in:
parent
28a862ceb7
commit
c682f15dd8
|
@ -806,6 +806,14 @@
|
||||||
"height": 390,
|
"height": 390,
|
||||||
"format": "svg"
|
"format": "svg"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "rinia",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "eraswap",
|
"name": "eraswap",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
@ -1006,6 +1014,14 @@
|
||||||
"height": 73,
|
"height": 73,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "firechain",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "xdc",
|
"name": "xdc",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
13
chains/eip155-5290.json
Normal file
13
chains/eip155-5290.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"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": 5290,
|
||||||
|
"networkId": 5290,
|
||||||
|
"explorers": []
|
||||||
|
}
|
13
chains/eip155-9170.json
Normal file
13
chains/eip155-9170.json
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"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": 9170,
|
||||||
|
"networkId": 9170,
|
||||||
|
"explorers": []
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4262,6 +4262,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://humanode.io"
|
"infoURL": "https://humanode.io"
|
||||||
|
}, {
|
||||||
|
"name": "Firechain Mainnet",
|
||||||
|
"chainId": 5290,
|
||||||
|
"shortName": "fire",
|
||||||
|
"networkId": 5290,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Firechain",
|
||||||
|
"symbol": "FIRE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.rpc1.thefirechain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://thefirechain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Uzmi Network Mainnet",
|
"name": "Uzmi Network Mainnet",
|
||||||
"chainId": 5315,
|
"chainId": 5315,
|
||||||
|
@ -4743,6 +4756,19 @@
|
||||||
"rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"],
|
"rpc": ["https://genesis-gn.com", "wss://genesis-gn.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://genesis-gn.com"
|
"infoURL": "https://genesis-gn.com"
|
||||||
|
}, {
|
||||||
|
"name": "Rinia Testnet",
|
||||||
|
"chainId": 9170,
|
||||||
|
"shortName": "tfire",
|
||||||
|
"networkId": 9170,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Firechain",
|
||||||
|
"symbol": "FIRE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rinia.rpc1.thefirechain.com"],
|
||||||
|
"faucets": ["https://faucet.thefirechain.com"],
|
||||||
|
"infoURL": "https://thefirechain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Rangers Protocol Testnet Robin",
|
"name": "Rangers Protocol Testnet Robin",
|
||||||
"chainId": 9527,
|
"chainId": 9527,
|
||||||
|
|
|
@ -6084,6 +6084,22 @@
|
||||||
"chainId": 5234,
|
"chainId": 5234,
|
||||||
"networkId": 5234,
|
"networkId": 5234,
|
||||||
"explorers": []
|
"explorers": []
|
||||||
|
}, {
|
||||||
|
"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": 5290,
|
||||||
|
"networkId": 5290,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Uzmi Network Mainnet",
|
"name": "Uzmi Network Mainnet",
|
||||||
"chain": "UZMI",
|
"chain": "UZMI",
|
||||||
|
@ -6822,6 +6838,22 @@
|
||||||
"shortName": "GENEC",
|
"shortName": "GENEC",
|
||||||
"chainId": 9100,
|
"chainId": 9100,
|
||||||
"networkId": 9100
|
"networkId": 9100
|
||||||
|
}, {
|
||||||
|
"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": 9170,
|
||||||
|
"networkId": 9170,
|
||||||
|
"explorers": []
|
||||||
}, {
|
}, {
|
||||||
"name": "Rangers Protocol Testnet Robin",
|
"name": "Rangers Protocol Testnet Robin",
|
||||||
"chain": "Rangers",
|
"chain": "Rangers",
|
||||||
|
|
8
icons/firechain.json
Normal file
8
icons/firechain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmYjuztyURb3Fc6ZTLgCbwQa64CcVoigF5j9cafzuSbqgf",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
8
icons/rinia.json
Normal file
8
icons/rinia.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmRnnw2gtbU9TWJMLJ6tks7SN6HQV5rRugeoyN6csTYHt1",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -327,6 +327,7 @@
|
||||||
"tlc": "eip155:5177",
|
"tlc": "eip155:5177",
|
||||||
"es": "eip155:5197",
|
"es": "eip155:5197",
|
||||||
"hmnd": "eip155:5234",
|
"hmnd": "eip155:5234",
|
||||||
|
"fire": "eip155:5290",
|
||||||
"UZMI": "eip155:5315",
|
"UZMI": "eip155:5315",
|
||||||
"Nahmii": "eip155:5551",
|
"Nahmii": "eip155:5551",
|
||||||
"NahmiiTestnet": "eip155:5553",
|
"NahmiiTestnet": "eip155:5553",
|
||||||
|
@ -364,6 +365,7 @@
|
||||||
"evmos": "eip155:9001",
|
"evmos": "eip155:9001",
|
||||||
"brb": "eip155:9012",
|
"brb": "eip155:9012",
|
||||||
"GENEC": "eip155:9100",
|
"GENEC": "eip155:9100",
|
||||||
|
"tfire": "eip155:9170",
|
||||||
"trpg": "eip155:9527",
|
"trpg": "eip155:9527",
|
||||||
"QETTest": "eip155:9528",
|
"QETTest": "eip155:9528",
|
||||||
"BobaBNBTestnet": "eip155:9728",
|
"BobaBNBTestnet": "eip155:9728",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user