fix: Solana GMT token showing the wrong decimal place (#3300)
David Adegoke committed
Jun 5, 2026 at 08:35 UTC
3bf2b1800849788092b82cbcfbe29ded027dc8b5
1 file changed
+1
-1
cw_solana/lib/default_spl_tokens.dart
+1
-1
@@ -86,7 +86,7 @@ class DefaultSPLTokens {
86
name: 'GMT',
87
symbol: 'GMT',
88
mintAddress: '7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx',
89
- decimal: 6,
89
+ decimal: 9,
90
mint: 'ray',
91
iconPath: 'assets/images/gmt_icon.png',
92
enabled: false,