Skip to content

Commit

Permalink
Update helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Dec 28, 2021
1 parent a0e426a commit 5b8e250
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const coinDenom = config.COIN_DENOM;
const coinMinimalDenom = config.COIN_MINIMAL_DENOM;
const coinDecimals = config.COIN_DECIMALS;
const prefix = config.PREFIX;
const coinGeckoId = config.COINGECKO_ID;

const chainConfig = {
chainId: chainId,
Expand All @@ -20,6 +21,7 @@ const chainConfig = {
coinDenom,
coinMinimalDenom,
coinDecimals,
coinGeckoId,
},
bip44: {
coinType: 118,
Expand All @@ -37,13 +39,15 @@ const chainConfig = {
coinDenom,
coinMinimalDenom,
coinDecimals,
coinGeckoId,
},
],
feeCurrencies: [
{
coinDenom,
coinMinimalDenom,
coinDecimals,
coinGeckoId,
},
],
coinType: config.COIN_TYPE,
Expand Down

0 comments on commit 5b8e250

Please sign in to comment.