Skip to content

Commit

Permalink
Add the coin gecko id for SCRT
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Oct 16, 2020
1 parent 9db0c2d commit 73f1cd9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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,
Expand Down

0 comments on commit 73f1cd9

Please sign in to comment.