Skip to content

Commit 5b8e250

Browse files
authored
Update helper.js
1 parent a0e426a commit 5b8e250

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/helper.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const coinDenom = config.COIN_DENOM;
1010
const coinMinimalDenom = config.COIN_MINIMAL_DENOM;
1111
const coinDecimals = config.COIN_DECIMALS;
1212
const prefix = config.PREFIX;
13+
const coinGeckoId = config.COINGECKO_ID;
1314

1415
const chainConfig = {
1516
chainId: chainId,
@@ -20,6 +21,7 @@ const chainConfig = {
2021
coinDenom,
2122
coinMinimalDenom,
2223
coinDecimals,
24+
coinGeckoId,
2325
},
2426
bip44: {
2527
coinType: 118,
@@ -37,13 +39,15 @@ const chainConfig = {
3739
coinDenom,
3840
coinMinimalDenom,
3941
coinDecimals,
42+
coinGeckoId,
4043
},
4144
],
4245
feeCurrencies: [
4346
{
4447
coinDenom,
4548
coinMinimalDenom,
4649
coinDecimals,
50+
coinGeckoId,
4751
},
4852
],
4953
coinType: config.COIN_TYPE,

0 commit comments

Comments
 (0)