Add Omni Network Testnet (#2973)

* add omni testnet

* use https and permanent links

* add shortName and remove whiteline

* fix formatting

* indicate eip-3091 standard
This commit is contained in:
ttarsi 2023-06-14 16:28:33 -04:00 committed by GitHub
parent c8e5f6f7df
commit ab0440f2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}
]
}