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

This commit is contained in:
ligi 2022-12-12 01:39:41 +00:00
parent 706457c80c
commit 3f98c08135
10 changed files with 76 additions and 3 deletions

View File

@ -102,6 +102,14 @@
"height": 512, "height": 512,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "exzo",
"icons": [{
"url": "ipfs://QmeYpc2JfEsHa2Bh11SKRx3sgDtMeg6T8KpXNLepBEKnbJ",
"width": 128,
"height": 128,
"format": "png"
}]
}, { }, {
"name": "nebula", "name": "nebula",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-1229.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Exzo Network Mainnet",
"chain": "EXZO",
"icon": "exzo",
"rpc": ["https://mainnet.exzo.technology"],
"faucets": [],
"nativeCurrency": {
"name": "Exzo",
"symbol": "XZO",
"decimals": 18
},
"infoURL": "https://exzo.network",
"shortName": "xzo",
"chainId": 1229,
"networkId": 1229,
"explorers": [
{
"name": "blockscout",
"url": "https://exzoscan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3196,6 +3196,19 @@
"rpc": ["https://tapi.entercoin.net/"], "rpc": ["https://tapi.entercoin.net/"],
"faucets": [], "faucets": [],
"infoURL": "https://entercoin.net" "infoURL": "https://entercoin.net"
}, {
"name": "Exzo Network Mainnet",
"chainId": 1229,
"shortName": "xzo",
"networkId": 1229,
"nativeCurrency": {
"name": "Exzo",
"symbol": "XZO",
"decimals": 18
},
"rpc": ["https://mainnet.exzo.technology"],
"faucets": [],
"infoURL": "https://exzo.network"
}, { }, {
"name": "Ultron Testnet", "name": "Ultron Testnet",
"chainId": 1230, "chainId": 1230,

View File

@ -4520,6 +4520,26 @@
"icon": "enter", "icon": "enter",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Exzo Network Mainnet",
"chain": "EXZO",
"icon": "exzo",
"rpc": ["https://mainnet.exzo.technology"],
"faucets": [],
"nativeCurrency": {
"name": "Exzo",
"symbol": "XZO",
"decimals": 18
},
"infoURL": "https://exzo.network",
"shortName": "xzo",
"chainId": 1229,
"networkId": 1229,
"explorers": [{
"name": "blockscout",
"url": "https://exzoscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Ultron Testnet", "name": "Ultron Testnet",
"chain": "Ultron", "chain": "Ultron",

8
icons/exzo.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -245,6 +245,7 @@
"wtt": "eip155:1202", "wtt": "eip155:1202",
"popcat": "eip155:1213", "popcat": "eip155:1213",
"enter": "eip155:1214", "enter": "eip155:1214",
"xzo": "eip155:1229",
"UltronTestnet": "eip155:1230", "UltronTestnet": "eip155:1230",
"UtronMainnet": "eip155:1231", "UtronMainnet": "eip155:1231",
"step": "eip155:1234", "step": "eip155:1234",