mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@57ae5d289a 🚀
This commit is contained in:
parent
7117931c7a
commit
a0591197ee
File diff suppressed because one or more lines are too long
22
chains/eip155-1230.json
Normal file
22
chains/eip155-1230.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user