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

This commit is contained in:
ligi 2023-04-24 12:55:34 +00:00
parent e5a7671614
commit 18ca1bdca4
12 changed files with 78 additions and 5 deletions

View File

@ -1430,6 +1430,14 @@
"height": 541, "height": 541,
"format": "png" "format": "png"
}] }]
}, {
"name": "icplaza",
"icons": [{
"url": "ipfs://QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX",
"width": 847,
"height": 906,
"format": "png"
}]
}, { }, {
"name": "MARO", "name": "MARO",
"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-142857.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "ICPlaza Mainnet",
"chain": "ICPlaza",
"icon": "icplaza",
"rpc": ["https://rpcmainnet.ic-plaza.org/"],
"faucets": [],
"nativeCurrency": {
"name": "ict",
"symbol": "ict",
"decimals": 18
},
"infoURL": "https://docs.ic-plaza.org/",
"shortName": "ICPlaza",
"chainId": 142857,
"networkId": 142857,
"explorers": [
{
"name": "ICPlaza",
"url": "https://browsemainnet.ic-plaza.org/index",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -9501,6 +9501,19 @@
"rpc": ["https://rpc.node1.etnd.pro/"], "rpc": ["https://rpc.node1.etnd.pro/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.etnd.pro" "infoURL": "https://www.etnd.pro"
}, {
"name": "ICPlaza Mainnet",
"chainId": 142857,
"shortName": "ICPlaza",
"networkId": 142857,
"nativeCurrency": {
"name": "ict",
"symbol": "ict",
"decimals": 18
},
"rpc": ["https://rpcmainnet.ic-plaza.org/"],
"faucets": [],
"infoURL": "https://docs.ic-plaza.org/"
}, { }, {
"name": "Taiko (Alpha-2 Testnet)", "name": "Taiko (Alpha-2 Testnet)",
"chainId": 167004, "chainId": 167004,

View File

@ -14351,6 +14351,26 @@
"icon": "ETND", "icon": "ETND",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "ICPlaza Mainnet",
"chain": "ICPlaza",
"icon": "icplaza",
"rpc": ["https://rpcmainnet.ic-plaza.org/"],
"faucets": [],
"nativeCurrency": {
"name": "ict",
"symbol": "ict",
"decimals": 18
},
"infoURL": "https://docs.ic-plaza.org/",
"shortName": "ICPlaza",
"chainId": 142857,
"networkId": 142857,
"explorers": [{
"name": "ICPlaza",
"url": "https://browsemainnet.ic-plaza.org/index",
"standard": "none"
}]
}, { }, {
"name": "Taiko (Alpha-2 Testnet)", "name": "Taiko (Alpha-2 Testnet)",
"chain": "ETH", "chain": "ETH",

8
icons/icplaza.json Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -730,6 +730,7 @@
"sbr": "eip155:111111", "sbr": "eip155:111111",
"dadil": "eip155:123456", "dadil": "eip155:123456",
"ETND": "eip155:131419", "ETND": "eip155:131419",
"ICPlaza": "eip155:142857",
"taiko-a2": "eip155:167004", "taiko-a2": "eip155:167004",
"condor": "eip155:188881", "condor": "eip155:188881",
"milkTAda": "eip155:200101", "milkTAda": "eip155:200101",