mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add omni testnet * use https and permanent links * add shortName and remove whiteline * fix formatting * indicate eip-3091 standard
24 lines
499 B
JSON
24 lines
499 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|