mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
KLYNTAR listing (#2335)
* Added main .json
* Added image for KLY
* Added icon for KlyntarScan(red variation)
* Added pointers to icons for Klyntar & KlyntarScan
* KLY: after prettier execution
* KLY: after prettier execution
* Switch to HTTP from HTTPS
After launch, we'll add redirect & HSTS
* Removed explorer & added status
Now it should be ok😊
---------
Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
735e08abf2
commit
1f1cdd14d7
22
_data/chains/eip155-7331.json
Normal file
22
_data/chains/eip155-7331.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "KLYNTAR",
|
||||
"chain": "KLY",
|
||||
"rpc": [
|
||||
"https://evm.klyntar.org/kly_evm_rpc",
|
||||
"https://evm.klyntarscan.org/kly_evm_rpc"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "KLYNTAR",
|
||||
"symbol": "KLY",
|
||||
"decimals": 18
|
||||
},
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"infoURL": "https://klyntar.org",
|
||||
"shortName": "kly",
|
||||
"chainId": 7331,
|
||||
"networkId": 7331,
|
||||
"icon": "klyntar",
|
||||
"explorers": [],
|
||||
"status": "incubating"
|
||||
}
|
8
_data/icons/klyntar.json
Normal file
8
_data/icons/klyntar.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmaDr9R6dKnZLsogRxojjq4dwXuXcudR8UeTZ8Nq553K4u",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
8
_data/icons/klyntarscan.json
Normal file
8
_data/icons/klyntarscan.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcG5mgAnj67Edg83W2yAs6YF8gPSJqGYg24PqeioSsktx",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user