mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
4457f2877e
commit
fad9d885db
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,4 +11,5 @@ model/bin
|
||||||
model/build
|
model/build
|
||||||
processor/bin
|
processor/bin
|
||||||
processor/build
|
processor/build
|
||||||
httpsloader/build
|
httpsloader/build
|
||||||
|
httpsloader/bin
|
23
_data/chains/eip155-142857.json
Normal file
23
_data/chains/eip155-142857.json
Normal 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
8
_data/icons/icplaza.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmQpKKwpqrx77VA4SJLEWhuv9eLFMcVV9uvxRCLb6gdgCX",
|
||||||
|
"width": 847,
|
||||||
|
"height": 906,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue
Block a user