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@52038e2a7b 🚀
This commit is contained in:
parent
c256174fd5
commit
d46eea3cc8
|
@ -126,6 +126,14 @@
|
||||||
"height": 1561,
|
"height": 1561,
|
||||||
"format": "png"
|
"format": "png"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "orl",
|
||||||
|
"icons": [{
|
||||||
|
"url": "ipfs://QmNsuuBBTHErnuFDcdyzaY8CKoVJtobsLJx2WQjaPjcp7g",
|
||||||
|
"width": 512,
|
||||||
|
"height": 528,
|
||||||
|
"format": "png"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "quadrans",
|
"name": "quadrans",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-3031.json
Normal file
24
chains/eip155-3031.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Orlando Chain",
|
||||||
|
"chain": "ORL",
|
||||||
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Orlando",
|
||||||
|
"symbol": "ORL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://orlchain.com",
|
||||||
|
"shortName": "ORL",
|
||||||
|
"chainId": 3031,
|
||||||
|
"networkId": 3031,
|
||||||
|
"icon": "orl",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Orlando (ORL) Explorer",
|
||||||
|
"url": "https://orlscan.com",
|
||||||
|
"icon": "orl",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -3534,6 +3534,19 @@
|
||||||
"rpc": ["https://nikau.centrality.me/public"],
|
"rpc": ["https://nikau.centrality.me/public"],
|
||||||
"faucets": ["https://app-faucet.centrality.me"],
|
"faucets": ["https://app-faucet.centrality.me"],
|
||||||
"infoURL": "https://cennz.net"
|
"infoURL": "https://cennz.net"
|
||||||
|
}, {
|
||||||
|
"name": "Orlando Chain",
|
||||||
|
"chainId": 3031,
|
||||||
|
"shortName": "ORL",
|
||||||
|
"networkId": 3031,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Orlando",
|
||||||
|
"symbol": "ORL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://orlchain.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "ZCore Testnet",
|
"name": "ZCore Testnet",
|
||||||
"chainId": 3331,
|
"chainId": 3331,
|
||||||
|
|
|
@ -4933,6 +4933,27 @@
|
||||||
"url": "https://www.uncoverexplorer.com/?network=Nikau",
|
"url": "https://www.uncoverexplorer.com/?network=Nikau",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Orlando Chain",
|
||||||
|
"chain": "ORL",
|
||||||
|
"rpc": ["https://rpc-testnet.orlchain.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Orlando",
|
||||||
|
"symbol": "ORL",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://orlchain.com",
|
||||||
|
"shortName": "ORL",
|
||||||
|
"chainId": 3031,
|
||||||
|
"networkId": 3031,
|
||||||
|
"icon": "orl",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Orlando (ORL) Explorer",
|
||||||
|
"url": "https://orlscan.com",
|
||||||
|
"icon": "orl",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "ZCore Testnet",
|
"name": "ZCore Testnet",
|
||||||
"chain": "Beach",
|
"chain": "Beach",
|
||||||
|
|
8
icons/orl.json
Normal file
8
icons/orl.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmNsuuBBTHErnuFDcdyzaY8CKoVJtobsLJx2WQjaPjcp7g",
|
||||||
|
"width": 512,
|
||||||
|
"height": 528,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
|
@ -271,6 +271,7 @@
|
||||||
"Fuji-EZChain": "eip155:2613",
|
"Fuji-EZChain": "eip155:2613",
|
||||||
"cennz-r": "eip155:3000",
|
"cennz-r": "eip155:3000",
|
||||||
"cennz-n": "eip155:3001",
|
"cennz-n": "eip155:3001",
|
||||||
|
"ORL": "eip155:3031",
|
||||||
"zcrbeach": "eip155:3331",
|
"zcrbeach": "eip155:3331",
|
||||||
"w3q-t": "eip155:3333",
|
"w3q-t": "eip155:3333",
|
||||||
"w3q-g": "eip155:3334",
|
"w3q-g": "eip155:3334",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user