Skip to content

Commit

Permalink
add icplaza chainnet (ethereum-lists#2678)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
David0817 and ligi authored Apr 24, 2023
1 parent 4457f28 commit fad9d88
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ model/bin
model/build
processor/bin
processor/build
httpsloader/build
httpsloader/build
httpsloader/bin
23 changes: 23 additions & 0 deletions _data/chains/eip155-142857.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/icplaza.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX",
"width": 847,
"height": 906,
"format": "png"
}
]
Binary file not shown.

0 comments on commit fad9d88

Please sign in to comment.