Skip to content

Commit

Permalink
added assets for neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 12, 2024
1 parent 28f338d commit 9d59239
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,27 @@ module.exports = {
symbol: "CORGI",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/babycorgi.png"
},
{
token: "factory/neutron170v88vrtnedesyfytuku257cggxc79rd7lwt7q/ucircus",
name: "AtomEconomicZone69JaeKwonInu",
symbol: "CIRCUS",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/circus.png"
},
{
token: "factory/neutron108x7vp9zv22d6wxrs9as8dshd3pd5vsga463yd/JIMMY",
name: "jimmy",
symbol: "JIMMY",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/jimmy.png"
},
{
token: "factory/neutron143wp6g8paqasnuuey6zyapucknwy9rhnld8hkr/bad",
name: "Badcoin",
symbol: "BAD",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/bad.png"
}
],
}
Expand Down
Binary file added img/coins/bad.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/circus.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/jimmy.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 9d59239

Please sign in to comment.