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

This commit is contained in:
ligi 2022-08-26 10:27:53 +00:00
parent ffb4dee965
commit 7117931c7a
7 changed files with 67 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-1231.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Ultron Mainnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-rpc.net"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "Utron Mainnet",
"chainId": 1231,
"networkId": 1231,
"explorers": [{
"name": "Ultron Explorer",
"url": "https://ulxscan.com",
"icon": "ultron",
"standard": "none"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -2832,6 +2832,19 @@
"rpc": ["https://tapi.entercoin.net/"],
"faucets": [],
"infoURL": "https://entercoin.net"
}, {
"name": "Ultron Mainnet",
"chainId": 1231,
"shortName": "Utron Mainnet",
"networkId": 1231,
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"rpc": ["https://ultron-rpc.net"],
"faucets": [],
"infoURL": "https://ultron.foundation"
}, {
"name": "OM Platform Mainnet",
"chainId": 1246,

View File

@ -3975,6 +3975,27 @@
"icon": "enter",
"standard": "EIP3091"
}]
}, {
"name": "Ultron Mainnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-rpc.net"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "Utron Mainnet",
"chainId": 1231,
"networkId": 1231,
"explorers": [{
"name": "Ultron Explorer",
"url": "https://ulxscan.com",
"icon": "ultron",
"standard": "none"
}]
}, {
"name": "OM Platform Mainnet",
"chain": "omplatform",

8
icons/ultron.json Normal file
View File

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

View File

@ -217,6 +217,7 @@
"wtt": "eip155:1202",
"popcat": "eip155:1213",
"enter": "eip155:1214",
"Utron Mainnet": "eip155:1231",
"om": "eip155:1246",
"HO": "eip155:1280",
"mbeam": "eip155:1284",