Skip to content

Commit

Permalink
added assets for osmosis sei terra stargaze
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 12, 2024
1 parent 9d59239 commit 7d2f02c
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ module.exports = {
symbol: "milkTIA",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/milktia.svg"
},
{
token: "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc",
name: "Wrapped Bitcoin",
symbol: "WBTC",
decimals: 8,
icon: process.env.CF_PAGES_URL + "/img/coins/wbtc.svg"
}
],
}
7 changes: 7 additions & 0 deletions chains/mainnet/sei.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ module.exports = {
symbol: "POPEYE",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/popeye.png"
},
{
token: "factory/sei1ta5rkr6y2qlkj7px8w2cvear7m2822q4f4ea0m/sensei",
name: "Sensei Dog",
symbol: "SENSEI",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/SenseiDog.png"
}
],
}
Expand Down
7 changes: 7 additions & 0 deletions chains/mainnet/stargaze.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,12 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/coins/ohh.png',
decimals: 6,
},
{
token: "factory/stars1xx5976njvxpl9n4v8huvff6cudhx7yuu8e7rt4/usneaky",
name: "Sneaky Productions",
symbol: "SNEAKY",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/sneaky.svg"
}
],
}
7 changes: 7 additions & 0 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,13 @@ module.exports = {
symbol: "xSEUL",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/xseul.png"
},
{
token: "terra1w8xk6rtu40st6lvl3yv7ynw5urm2n686u9cchvrzltmnktzwdesqcwy0nu",
name: "ADO",
symbol: "ADO",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/ADO.png"
}
],
}
Binary file added img/coins/ADO.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/SenseiDog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions img/coins/sneaky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions img/coins/wbtc.svg
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 7d2f02c

Please sign in to comment.