mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add omax mainnet (#1714)
* add omax chain network * Added omax logo to iconsDownload * ran prettier on eip155-311.json * ran prettier on omaxchain.json * ran prettier on omaxray.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
922ac809b1
commit
eba710bab5
24
_data/chains/eip155-311.json
Normal file
24
_data/chains/eip155-311.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Omax Mainnet",
|
||||
"chain": "OMAX Chain",
|
||||
"rpc": ["https://mainapi.omaxray.com"],
|
||||
"faucets": ["https://faucet.omaxray.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "OMAX COIN",
|
||||
"symbol": "OMAX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.omaxcoin.com/",
|
||||
"shortName": "omax",
|
||||
"chainId": 311,
|
||||
"networkId": 311,
|
||||
"icon": "omaxchain",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Omax Chain Explorer",
|
||||
"url": "https://omaxray.com",
|
||||
"icon": "omaxray",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/omaxchain.json
Normal file
8
_data/icons/omaxchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/omaxray.json
Normal file
8
_data/icons/omaxray.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
|
||||
"width": 500,
|
||||
"height": 500,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
Loading…
Reference in New Issue
Block a user