Skip to content

Commit

Permalink
Update Omni Mainnet and Omni Omega Testnet (#6202)
Browse files Browse the repository at this point in the history
* updated Omni mainnet information

* add omni logo
  • Loading branch information
Zodomo authored Nov 14, 2024
1 parent 883e020 commit 6a9d053
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
1 change: 1 addition & 0 deletions _data/chains/eip155-164.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"chainId": 164,
"networkId": 164,
"slip44": 1,
"icon": "omni",
"explorers": [
{
"name": "Omni EVM and cross-chain Explorer",
Expand Down
16 changes: 12 additions & 4 deletions _data/chains/eip155-166.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"name": "Omni",
"chain": "Omni",
"status": "incubating",
"rpc": [],
"status": "active",
"rpc": ["https://mainnet.omni.network", "wss://wss.mainnet.omni.network"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
"name": "Omni",
"symbol": "OMNI",
"decimals": 18
},
"infoURL": "https://docs.omni.network/",
"infoURL": "https://docs.omni.network",
"shortName": "omni",
"chainId": 166,
"networkId": 166,
"slip44": 1
"slip44": 1,
"icon": "omni",
"explorers": [
{
"name": "Omni EVM and cross-chain Explorer",
"url": "https://omniscan.network",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/omni.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos",
"width": 1000,
"height": 1000,
"format": "png"
}
]

1 comment on commit 6a9d053

@Missjones2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge

Please sign in to comment.