Add Coingecko and fix ticker for Planq

This commit is contained in:
Jackie 2023-02-17 15:30:16 +01:00
parent 46d8404800
commit a25f6705df

View File

@ -1,7 +1,7 @@
{
"chain_name": "planq",
"api": ["https://rest.planq.network"],
"rpc": ["https://rpc.planq.network"],
"api": ["https://planq-api.polkachu.com", "https://rest.planq.network", "https://api-planq.comunitynode.my.id", "https://planq-api.enodex.lol", "https://api.planq.nodestake.top"],
"rpc": ["https://planq-rpc.polkachu.com", "https://rpc.planq.network", "https://rpc-planq.comunitynode.my.id", "https://planq-rpc.enodex.lol", "https://rpc.planq.nodestake.top"],
"snapshot_provider": "",
"sdk_version": "0.46.3",
"coin_type": "60",
@ -11,9 +11,9 @@
"keplr_features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"assets": [{
"base": "aplanq",
"symbol": "planq",
"symbol": "plq",
"exponent": "18",
"coingecko_id": "",
"coingecko_id": "planq",
"logo": "/logos/planq.png"
}]
}