-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Omni Mainnet and Omni Omega Testnet (#6202)
* updated Omni mainnet information * add omni logo
- Loading branch information
Showing
3 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmdCMVucuZJpMqSn3xSWCU3io5ftRAwtzAqTd8QXLQEaos", | ||
"width": 1000, | ||
"height": 1000, | ||
"format": "png" | ||
} | ||
] |
6a9d053
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge