Skip to content

Commit

Permalink
Merge pull request #269 from 0xFable/feat/sail-token-addition
Browse files Browse the repository at this point in the history
feat: Add sail to station assets for osmosis
  • Loading branch information
terencelimzhengwei authored Jan 23, 2024
2 parents 940893b + b110734 commit a125425
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -153,6 +153,13 @@ module.exports = {
symbol: "sqTIA",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/sqtia.svg"
},
{
token: "factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail",
name: "Sail",
symbol: "SAIL",
decimals: 6,
icon: process.env.CF_PAGES_URL + "/img/coins/sail.png"
}
],
}
Binary file added img/coins/sail.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 a125425

Please sign in to comment.