We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e426a commit 5b8e250Copy full SHA for 5b8e250
1 file changed
src/helper.js
@@ -10,6 +10,7 @@ const coinDenom = config.COIN_DENOM;
10
const coinMinimalDenom = config.COIN_MINIMAL_DENOM;
11
const coinDecimals = config.COIN_DECIMALS;
12
const prefix = config.PREFIX;
13
+const coinGeckoId = config.COINGECKO_ID;
14
15
const chainConfig = {
16
chainId: chainId,
@@ -20,6 +21,7 @@ const chainConfig = {
20
21
coinDenom,
22
coinMinimalDenom,
23
coinDecimals,
24
+ coinGeckoId,
25
},
26
bip44: {
27
coinType: 118,
@@ -37,13 +39,15 @@ const chainConfig = {
37
39
38
40
41
42
43
44
],
45
feeCurrencies: [
46
{
47
48
49
50
51
52
53
coinType: config.COIN_TYPE,
0 commit comments