Skip to content

Commit

Permalink
Merge pull request #27 from eco-stake/handle-missing-base-denom
Browse files Browse the repository at this point in the history
Handle base denom not found
  • Loading branch information
tombeynon committed Jul 11, 2022
2 parents f9bbe5a + 0b33452 commit 4b30d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/chainAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function ChainAsset(data) {
name,
display,
symbol,
denom: base.denom,
denom: base?.denom,
decimals: token?.exponent ?? 6,
coingecko_id,
base,
Expand Down

0 comments on commit 4b30d95

Please sign in to comment.