Skip to content

Commit

Permalink
Merge pull request #311 from c0deNoodle/patch-update-astro-token
Browse files Browse the repository at this point in the history
Patch - Update tokens ASTRO/xASTRO and ASTRO.cw20/xASTRO.cw20 with icons
  • Loading branch information
terencelimzhengwei committed Apr 17, 2024
2 parents 9718dd1 + 45fc70f commit b451ed2
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 4 deletions.
14 changes: 14 additions & 0 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,19 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/cartel.png',
},
{
token: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro',
name: 'Astroport',
symbol: 'ASTRO',
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/AstroportToken.png',
},
{
token: 'factory/neutron1zlf3hutsa4qnmue53lz2tfxrutp8y2e3rj4nkghg3rupgl4mqy8s5jgxsn/xASTRO',
name: 'Staked Astroport Token',
symbol: 'xASTRO',
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/xAstro.svg',
},
],
}
8 changes: 4 additions & 4 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,16 @@ module.exports = {
},
{
token: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
symbol: 'ASTRO',
symbol: 'ASTRO.cw20',
name: 'Astroport Token',
icon: process.env.CF_PAGES_URL + '/img/coins/AstroportToken.png',
icon: process.env.CF_PAGES_URL + '/img/coins/astro-cw20.svg',
decimals: 6,
},
{
token: 'terra1x62mjnme4y0rdnag3r8rfgjuutsqlkkyuh4ndgex0wl3wue25uksau39q8',
symbol: 'xASTRO',
symbol: 'xASTRO.cw20',
name: 'Staked Astroport Token',
icon: process.env.CF_PAGES_URL + '/img/coins/StakedAstroportToken.png',
icon: process.env.CF_PAGES_URL + '/img/coins/xastro-cw20.svg',
decimals: 6,
},
{
Expand Down
26 changes: 26 additions & 0 deletions img/coins/astro-cw20.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions img/coins/xAstro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions img/coins/xastro-cw20.svg
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 b451ed2

Please sign in to comment.