Skip to content

Commit

Permalink
Merge pull request #239 from tvl83/add-ash-and-rac
Browse files Browse the repository at this point in the history
Add ASH and RAC
  • Loading branch information
mwmerz authored Dec 10, 2023
2 parents 14bbb7e + 410981d commit 1501df0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
16 changes: 15 additions & 1 deletion chains/mainnet/migaloo.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ module.exports = {
name: 'mUSDC',
icon: process.env.CF_PAGES_URL + '/img/coins/mUSDC.svg',
decimals: 6
},
{
token:'factory/migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup/ash',
symbol: 'ASH',
name: 'ASH',
icon: process.env.CF_PAGES_URL + '/img/coins/ash.svg',
decimals: 6
},
{
token:'factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/urac',
symbol: 'RAC',
name: 'RAC',
icon: process.env.CF_PAGES_URL + '/img/coins/rac.webp',
decimals: 6
}
],
}
}
9 changes: 9 additions & 0 deletions img/coins/ash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/rac.webp
Binary file not shown.

0 comments on commit 1501df0

Please sign in to comment.