add icplaza chainnet (#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 <ligi@ligi.de>
This commit is contained in:
David 2023-04-24 20:48:51 +08:00 committed by GitHub
parent 4457f2877e
commit fad9d885db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 1 deletions

3
.gitignore vendored
View File

@ -11,4 +11,5 @@ model/bin
model/build
processor/bin
processor/build
httpsloader/build
httpsloader/build
httpsloader/bin

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"
}
]
}

8
_data/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