Deploying to gh-pages from @ ethereum-lists/chains@eba710bab5 🚀

This commit is contained in:
ligi 2023-01-21 17:45:04 +00:00
parent 0565016ad2
commit 52dc5bb80e
11 changed files with 94 additions and 3 deletions

View File

@ -694,6 +694,14 @@
"height": 500,
"format": "png"
}]
}, {
"name": "omaxchain",
"icons": [{
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
"width": 500,
"height": 500,
"format": "png"
}]
}, {
"name": "ludan",
"icons": [{
@ -862,6 +870,14 @@
"height": 1050,
"format": "png"
}]
}, {
"name": "omaxray",
"icons": [{
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
"width": 500,
"height": 500,
"format": "png"
}]
}, {
"name": "ebtc",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-311.json Normal file
View 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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2000,6 +2000,19 @@
"rpc": ["https://bobaopera.boba.network", "wss://wss.bobaopera.boba.network", "https://replica.bobaopera.boba.network", "wss://replica-wss.bobaopera.boba.network"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "Omax Mainnet",
"chainId": 311,
"shortName": "omax",
"networkId": 311,
"nativeCurrency": {
"name": "OMAX COIN",
"symbol": "OMAX",
"decimals": 18
},
"rpc": ["https://mainapi.omaxray.com"],
"faucets": ["https://faucet.omaxray.com/"],
"infoURL": "https://www.omaxcoin.com/"
}, {
"name": "Filecoin - Mainnet",
"chainId": 314,

View File

@ -2864,6 +2864,27 @@
"url": "https://blockexplorer.bobaopera.boba.network",
"standard": "none"
}]
}, {
"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"
}]
}, {
"name": "Filecoin - Mainnet",
"chain": "FIL",

8
icons/omaxchain.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
"width": 500,
"height": 500,
"format": "png"
}
]

8
icons/omaxray.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmd7omPxrehSuxHHPMYd5Nr7nfrtjKdRJQEhDLfTb87w8G",
"width": 500,
"height": 500,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -153,6 +153,7 @@
"Boba": "eip155:288",
"ogc": "eip155:300",
"Bobaopera": "eip155:301",
"omax": "eip155:311",
"filecoin": "eip155:314",
"kcs": "eip155:321",
"kcst": "eip155:322",