Skip to content

Commit

Permalink
Merge pull request #315 from erisprotocol/add-moar
Browse files Browse the repository at this point in the history
Fix typo in terra.js
  • Loading branch information
terencelimzhengwei authored Apr 19, 2024
2 parents 1735b08 + e2ce748 commit 62c4313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,14 @@ module.exports = {
name: 'ERIS Amplified CAPA',
symbol: 'ampCAPA',
decimals: 6,
icons: process.env.CF_PAGES_URL + '/img/coins/ampCapa.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/ampCapa.svg',
},
{
token: 'terra1epka8wevu90rxlvt6g5x9veevd800a760vtuftc5kqdfmrh47qds9f0m8h',
name: 'DNA DAO',
symbol: 'DNA',
decimals: 6,
icons: process.env.CF_PAGES_URL + '/img/coins/DNA.png',
icon: process.env.CF_PAGES_URL + '/img/coins/DNA.png',
},
{
token:
Expand Down

0 comments on commit 62c4313

Please sign in to comment.