Skip to content

Commit

Permalink
Merge pull request #320 from DBcosmos/main
Browse files Browse the repository at this point in the history
Update migaloo.js
  • Loading branch information
terencelimzhengwei authored Aug 2, 2024
2 parents 9bd3758 + 27a58bf commit 94e379f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chains/mainnet/migaloo.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ module.exports = {
symbol: "GRAC",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/grac.png"
},
{
token: "factory/migaloo1nsskhvvh0msm7d5ke2kfg24a8d4jecsnxd28s27h0uz5kf9ap60shlqmcl/ampGASH",
symbol: "ampGASH",
name: "Liquid stake gASH",
decimals: 6
}
],
}
7 changes: 7 additions & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,5 +788,12 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/ura.svg',
decimals: 6,
},
{
token: "factory/terra1f5cfm48gcezl3cx25l64ngc4yktnmx7rcpj3kggu6v273742sqqs5yn5ks/luna.ash",
symbol: "ashLUNA",
name: "Burned LUNA",
icon: process.env.CF_PAGES_URL + '/img/coins/luna.ash.png',
decimals: 6
}
],
}
Binary file added img/coins/ampGASH.png
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/luna.ash.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 94e379f

Please sign in to comment.