Skip to content

Commit

Permalink
chore: update cw20 tokens metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Sep 21, 2023
1 parent c69413f commit a141c8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/token-metadata/src/tokens/tokens/cw20-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,19 @@ export default {
decimals: 18,
coinGeckoId: '',

cw20: {
decimals: 18,
address: '',
tokenType: TokenType.Cw20,
},
},
'STINJ-BOOST': {
name: 'stINJ Boost',
logo: 'mito-stInj-boost-lp.svg',
symbol: 'stINJ-BOOST-LP',
decimals: 18,
coinGeckoId: '',

cw20: {
decimals: 18,
address: '',
Expand Down

0 comments on commit a141c8e

Please sign in to comment.