Skip to content

Commit

Permalink
Updated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Feb 14, 2024
1 parent ee6c662 commit a0e924b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
7 changes: 7 additions & 0 deletions chains/mainnet/injective.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,12 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/glto.svg',
},
{
token: "factory/inj1h0ypsdtjfcjynqu3m75z2zwwz5mmrj8rtk2g52/uhava",
name: "Hava Coin",
symbol: "HAVA",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/hava.png"
},
],
}
19 changes: 13 additions & 6 deletions chains/mainnet/migaloo.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,18 @@ module.exports = {
icon: process.env.CF_PAGES_URL + "/img/coins/fable.svg"
},
{
token: "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
symbol: "gASH",
name: "gASH",
icon: process.env.CF_PAGES_URL + "/img/coins/gASH.png",
decimals: 6
}
token: "factory/migaloo1r9x8fz4alekzr78k42rpmr9unpa7egsldpqeynmwl2nfvzexue9sn8l5rg/gash",
symbol: "gASH",
name: "gASH",
icon: process.env.CF_PAGES_URL + "/img/coins/gASH.png",
decimals: 6
},
{
token: "factory/migaloo1eqntnl6tzcj9h86psg4y4h6hh05g2h9nj8e09l/shark",
name: "SHARK",
symbol: "SHARK",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/shark.png"
},
],
}
7 changes: 7 additions & 0 deletions chains/mainnet/neutron.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,12 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/goddard.svg',
},
{
token: "neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv",
name: "boy",
symbol: "BOY",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/boy.png"
},
],
}
7 changes: 7 additions & 0 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,12 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/RAPTR.png',
},
{
token: "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID",
name: "BADKID",
symbol: "BADKID",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/badkid.png"
},
],
}
Binary file added img/coins/badkid.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/boy.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/shark.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 a0e924b

Please sign in to comment.