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@45aa2b709a 🚀
This commit is contained in:
parent
48383fb185
commit
e5159147ab
|
@ -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
23
chains/eip155-1369.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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
8
icons/zafirium.json
Normal 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
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user