Skip to content

Commit

Permalink
add denoms lookups for terra and emoney (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Feb 19, 2020
1 parent c20d2c6 commit ec6a9ac
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/reducers/cosmosV0-reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,16 @@ function denomLookup(denom) {
uatom: 'ATOM',
umuon: 'MUON',
uluna: 'LUNA',
seed: 'TREE'
ukrw: 'KRW',
umnt: 'MNT',
usdr: 'SDR',
uusd: 'USD',
seed: 'TREE',
ungm: 'NGM',
eeur: 'eEUR',
echf: 'eCHF',
ejpy: 'eJPY',
eusd: 'eUSD'
}
return lookup[denom] ? lookup[denom] : denom.toUpperCase()
}
Expand Down

0 comments on commit ec6a9ac

Please sign in to comment.