From 73f1cd973756e45a5d59bf0ed1f0a1eba93bbdc5 Mon Sep 17 00:00:00 2001 From: Thunnini Date: Fri, 16 Oct 2020 19:13:30 +0900 Subject: [PATCH] Add the coin gecko id for SCRT --- src/config.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/config.ts b/src/config.ts index a28311e274..9a4ca8d832 100644 --- a/src/config.ts +++ b/src/config.ts @@ -135,7 +135,8 @@ export const EmbedChainInfos: ChainInfo[] = [ stakeCurrency: { coinDenom: "SCRT", coinMinimalDenom: "uscrt", - coinDecimals: 6 + coinDecimals: 6, + coinGeckoId: "secret" }, walletUrl: process.env.NODE_ENV === "production" @@ -151,14 +152,16 @@ export const EmbedChainInfos: ChainInfo[] = [ { coinDenom: "SCRT", coinMinimalDenom: "uscrt", - coinDecimals: 6 + coinDecimals: 6, + coinGeckoId: "secret" } ], feeCurrencies: [ { coinDenom: "SCRT", coinMinimalDenom: "uscrt", - coinDecimals: 6 + coinDecimals: 6, + coinGeckoId: "secret" } ], coinType: 529,