Skip to content

Commit

Permalink
Add ampINJ token
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Dec 26, 2023
1 parent 56920c2 commit a8777f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chains/mainnet/injective.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ module.exports = {
token: 'factory/inj14lf8xm6fcvlggpa7guxzjqwjmtr24gnvf56hvz/autism',
symbol: 'AUTISM',
name: 'AUTISM',
icon: process.env.CF_PAGES_URL + '/img/coins/AUTISM.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/AUTISM.png',
decimals: 6,
},
{
token: 'factory/inj1cdwt8g7nxgtg2k4fn8sj363mh9ahkw2qt0vrnc/ampINJ',
symbol: 'ampINJ',
name: 'ERIS Amplified INJ',
icon: process.env.CF_PAGES_URL + '/img/coins/ampINJ.png',
decimals: 6,
}
],
Expand Down
Binary file added img/coins/ampINJ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8777f8

Please sign in to comment.