diff --git a/chains/mainnet/migaloo.js b/chains/mainnet/migaloo.js index 84b7b3c1..67b031d0 100644 --- a/chains/mainnet/migaloo.js +++ b/chains/mainnet/migaloo.js @@ -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 } ], -} \ No newline at end of file +} diff --git a/img/coins/ash.svg b/img/coins/ash.svg new file mode 100644 index 00000000..8f406c64 --- /dev/null +++ b/img/coins/ash.svg @@ -0,0 +1,9 @@ + + + + \ No newline at end of file diff --git a/img/coins/rac.webp b/img/coins/rac.webp new file mode 100644 index 00000000..e68b4af0 Binary files /dev/null and b/img/coins/rac.webp differ