Skip to content

Commit

Permalink
chore: added demo token
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Aug 3, 2023
1 parent 265be6c commit cadba9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/token-metadata/src/tokens/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,15 @@ export default {
tokenType: TokenType.TokenFactory,
},

DEMO: {
name: 'Demo Coin',
symbol: 'DEMO',
decimals: 6,
logo: 'injective-v3.svg',
coinGeckoId: '',
tokenType: TokenType.TokenFactory,
},

RAI: {
name: 'Rai Reflex Index',
symbol: 'RAI',
Expand Down

0 comments on commit cadba9d

Please sign in to comment.