Skip to content

Commit fad9d88

Browse files
David0817ligi
andauthored
add icplaza chainnet (ethereum-lists#2678)
* add icplaza chainnet * formate json and upload file to ipfs * add icon downlaod file and remove kt file * add icon downlaod file and remove kt file update explorer standard --------- Co-authored-by: ligi <[email protected]>
1 parent 4457f28 commit fad9d88

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ model/bin
1111
model/build
1212
processor/bin
1313
processor/build
14-
httpsloader/build
14+
httpsloader/build
15+
httpsloader/bin

_data/chains/eip155-142857.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ICPlaza Mainnet",
3+
"chain": "ICPlaza",
4+
"icon": "icplaza",
5+
"rpc": ["https://rpcmainnet.ic-plaza.org/"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "ict",
9+
"symbol": "ict",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://docs.ic-plaza.org/",
13+
"shortName": "ICPlaza",
14+
"chainId": 142857,
15+
"networkId": 142857,
16+
"explorers": [
17+
{
18+
"name": "ICPlaza",
19+
"url": "https://browsemainnet.ic-plaza.org/index",
20+
"standard": "none"
21+
}
22+
]
23+
}

_data/icons/icplaza.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX",
4+
"width": 847,
5+
"height": 906,
6+
"format": "png"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)