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@ab0440f2eb 🚀
This commit is contained in:
parent
84e2a5db61
commit
6e0bce7db0
File diff suppressed because one or more lines are too long
23
chains/eip155-165.json
Normal file
23
chains/eip155-165.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Omni Testnet 1",
|
||||||
|
"chain": "Omni",
|
||||||
|
"rpc": ["https://testnet-1.omni.network"],
|
||||||
|
"features": [{ "name": "EIP155" }],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Omni",
|
||||||
|
"symbol": "OMNI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.omni.network/",
|
||||||
|
"shortName": "omni_testnet",
|
||||||
|
"chainId": 165,
|
||||||
|
"networkId": 165,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Omni Explorer",
|
||||||
|
"url": "https://testnet-1.explorer.omni.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1844,6 +1844,19 @@
|
||||||
"rpc": ["https://node.mainnet.lightstreams.io"],
|
"rpc": ["https://node.mainnet.lightstreams.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://explorer.lightstreams.io"
|
"infoURL": "https://explorer.lightstreams.io"
|
||||||
|
}, {
|
||||||
|
"name": "Omni Testnet 1",
|
||||||
|
"chainId": 165,
|
||||||
|
"shortName": "omni_testnet",
|
||||||
|
"networkId": 165,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Omni",
|
||||||
|
"symbol": "OMNI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://testnet-1.omni.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://docs.omni.network/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Atoshi Testnet",
|
"name": "Atoshi Testnet",
|
||||||
"chainId": 167,
|
"chainId": 167,
|
||||||
|
|
|
@ -2697,6 +2697,28 @@
|
||||||
"shortName": "pht",
|
"shortName": "pht",
|
||||||
"chainId": 163,
|
"chainId": 163,
|
||||||
"networkId": 163
|
"networkId": 163
|
||||||
|
}, {
|
||||||
|
"name": "Omni Testnet 1",
|
||||||
|
"chain": "Omni",
|
||||||
|
"rpc": ["https://testnet-1.omni.network"],
|
||||||
|
"features": [{
|
||||||
|
"name": "EIP155"
|
||||||
|
}],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Omni",
|
||||||
|
"symbol": "OMNI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.omni.network/",
|
||||||
|
"shortName": "omni_testnet",
|
||||||
|
"chainId": 165,
|
||||||
|
"networkId": 165,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Omni Explorer",
|
||||||
|
"url": "https://testnet-1.explorer.omni.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Atoshi Testnet",
|
"name": "Atoshi Testnet",
|
||||||
"chain": "ATOSHI",
|
"chain": "ATOSHI",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -141,6 +141,7 @@
|
||||||
"wall-e": "eip155:161",
|
"wall-e": "eip155:161",
|
||||||
"tpht": "eip155:162",
|
"tpht": "eip155:162",
|
||||||
"pht": "eip155:163",
|
"pht": "eip155:163",
|
||||||
|
"omni_testnet": "eip155:165",
|
||||||
"atoshi": "eip155:167",
|
"atoshi": "eip155:167",
|
||||||
"aioz": "eip155:168",
|
"aioz": "eip155:168",
|
||||||
"hoosmartchain": "eip155:170",
|
"hoosmartchain": "eip155:170",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user