Skip to content

Commit

Permalink
Add Omni Network Testnet (ethereum-lists#2973)
Browse files Browse the repository at this point in the history
* add omni testnet

* use https and permanent links

* add shortName and remove whiteline

* fix formatting

* indicate eip-3091 standard
  • Loading branch information
ttarsi authored Jun 14, 2023
1 parent c8e5f6f commit ab0440f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-165.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit ab0440f

Please sign in to comment.