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

This commit is contained in:
ligi 2022-08-26 15:51:40 +00:00
parent 7117931c7a
commit a0591197ee
6 changed files with 59 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,22 @@
{
"name": "Ultron Testnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-dev.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "Ultron Testnet",
"chainId": 1230,
"networkId": 1230,
"explorers": [{
"name": "Ultron Testnet Explorer",
"url": "https://explorer.ultron-dev.io",
"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 Testnet",
"chainId": 1230,
"shortName": "Ultron Testnet",
"networkId": 1230,
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"rpc": ["https://ultron-dev.io"],
"faucets": [],
"infoURL": "https://ultron.foundation"
}, {
"name": "Ultron Mainnet",
"chainId": 1231,

View File

@ -3975,6 +3975,27 @@
"icon": "enter",
"standard": "EIP3091"
}]
}, {
"name": "Ultron Testnet",
"chain": "Ultron",
"icon": "ultron",
"rpc": ["https://ultron-dev.io"],
"faucets": [],
"nativeCurrency": {
"name": "Ultron",
"symbol": "ULX",
"decimals": 18
},
"infoURL": "https://ultron.foundation",
"shortName": "Ultron Testnet",
"chainId": 1230,
"networkId": 1230,
"explorers": [{
"name": "Ultron Testnet Explorer",
"url": "https://explorer.ultron-dev.io",
"icon": "ultron",
"standard": "none"
}]
}, {
"name": "Ultron Mainnet",
"chain": "Ultron",

View File

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