Skip to content

Commit

Permalink
Merge pull request #243 from InjectiveLabs/chore/truflation-tokens
Browse files Browse the repository at this point in the history
Chore/truflation tokens
  • Loading branch information
bangjelkoski authored Sep 28, 2023
2 parents f0ded8e + aa1a03e commit 6c38dde
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/token-metadata/src/images/truEVINDEX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions packages/token-metadata/src/images/truflation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions packages/token-metadata/src/tokens/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1816,4 +1816,28 @@ export default {
tokenType: TokenType.Ibc,
},
},

GOLD: {
name: 'GOLD',
symbol: 'GOLD',
decimals: 18,
logo: 'gold.svg',
coinGeckoId: '',
},

EVINDEX: {
name: 'EVIINDEX',
symbol: 'EVIINDEX',
decimals: 18,
logo: 'truEVINDEX.svg',
coinGeckoId: '',
},

TRUCPI: {
name: 'TRUCPI',
symbol: 'TRUCPI',
decimals: 18,
logo: 'truflation.svg',
coinGeckoId: '',
},
} as Record<string, TokenMeta>

0 comments on commit 6c38dde

Please sign in to comment.