Skip to content

Commit

Permalink
Update migration/data/seedTokens.ts Decimals in Token
Browse files Browse the repository at this point in the history
Co-authored-by: Amin Latifi <[email protected]>
  • Loading branch information
CarlosQ96 and aminlatifi authored Dec 21, 2023
1 parent 5664250 commit 8e2ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/data/seedTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,7 @@ const seedTokens: ITokenData[] = [
name: 'Solana native token',
symbol: 'SOL',
address: '0x0000000000000000000000000000000000000000',
decimals: 18,
decimals: 9,
networkId: 0,
chainType: ChainType.SOLANA,
coingeckoId: COINGECKO_TOKEN_IDS.SOLANA,
Expand Down

0 comments on commit 8e2ac05

Please sign in to comment.