Skip to content

Commit

Permalink
add token native cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
toandq2009 committed Aug 24, 2024
1 parent d6e9b36 commit f878558
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/common/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,15 @@ export const EmbedChainInfos: AppChainInfo[] = [
coinImageUrl:
"https://assets.coingecko.com/coins/images/16724/standard/osmo.png",
},
{
coinDenom: "TON",
coinMinimalDenom:
"ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98",
coinDecimals: 9,
coinGeckoId: "the-open-network",
coinImageUrl:
"https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498",
},
{
coinDenom: "ION",
coinMinimalDenom: "uion",
Expand Down

0 comments on commit f878558

Please sign in to comment.