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

This commit is contained in:
ligi 2023-04-19 08:48:27 +00:00
parent 48383fb185
commit e5159147ab
11 changed files with 78 additions and 5 deletions

View File

@ -2278,6 +2278,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "zafirium",
"icons": [{
"url": "ipfs://QmZT1Wq3P4YbgKBSUmCtgbs5ijPF5d91BzaMPh7Aub8d8t",
"width": 192,
"height": 192,
"format": "png"
}]
}, { }, {
"name": "omaxray", "name": "omaxray",
"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-1369.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "Zafirium Mainnet",
"chain": "ZAFIC",
"icon": "zafirium",
"rpc": ["https://mainnet.zakumi.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zakumi Chain Native Token",
"symbol": "ZAFIC",
"decimals": 18
},
"infoURL": "https://www.zakumi.io",
"shortName": "zafic",
"chainId": 1369,
"networkId": 1369,
"explorers": [
{
"name": "zafirium-explorer",
"url": "https://explorer.zakumi.io",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4223,6 +4223,19 @@
"rpc": ["https://xapi.cicscan.com"], "rpc": ["https://xapi.cicscan.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.cicchain.net" "infoURL": "https://www.cicchain.net"
}, {
"name": "Zafirium Mainnet",
"chainId": 1369,
"shortName": "zafic",
"networkId": 1369,
"nativeCurrency": {
"name": "Zakumi Chain Native Token",
"symbol": "ZAFIC",
"decimals": 18
},
"rpc": ["https://mainnet.zakumi.io"],
"faucets": [],
"infoURL": "https://www.zakumi.io"
}, { }, {
"name": "AmStar Mainnet", "name": "AmStar Mainnet",
"chainId": 1388, "chainId": 1388,

View File

@ -6216,6 +6216,26 @@
"icon": "cicchain", "icon": "cicchain",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Zafirium Mainnet",
"chain": "ZAFIC",
"icon": "zafirium",
"rpc": ["https://mainnet.zakumi.io"],
"faucets": [],
"nativeCurrency": {
"name": "Zakumi Chain Native Token",
"symbol": "ZAFIC",
"decimals": 18
},
"infoURL": "https://www.zakumi.io",
"shortName": "zafic",
"chainId": 1369,
"networkId": 1369,
"explorers": [{
"name": "zafirium-explorer",
"url": "https://explorer.zakumi.io",
"standard": "none"
}]
}, { }, {
"name": "AmStar Mainnet", "name": "AmStar Mainnet",
"chain": "AmStar", "chain": "AmStar",

8
icons/zafirium.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -324,6 +324,7 @@
"ELST": "eip155:1338", "ELST": "eip155:1338",
"ELSM": "eip155:1339", "ELSM": "eip155:1339",
"CIC": "eip155:1353", "CIC": "eip155:1353",
"zafic": "eip155:1369",
"ASAR": "eip155:1388", "ASAR": "eip155:1388",
"zkevmtest": "eip155:1402", "zkevmtest": "eip155:1402",
"testnet-zkEVM-mango-pre-audit-upgraded": "eip155:1422", "testnet-zkEVM-mango-pre-audit-upgraded": "eip155:1422",