We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be60525 commit 833a67bCopy full SHA for 833a67b
modules/statics/src/coins/solTokens.ts
@@ -2736,4 +2736,15 @@ export const solTokens = [
2736
UnderlyingAsset['tsol:slnd'],
2737
SOL_TOKEN_FEATURES
2738
),
2739
+ tsolToken(
2740
+ '45a5b308-988c-4993-be35-aa8065f3309c',
2741
+ 'tsol:t22mint',
2742
+ 'T22MINT',
2743
+ 9,
2744
+ '3WhwBR8BYoCF957CvVKEX1aHdVYYNZeC7oCq3wfwxm5Y',
2745
2746
+ UnderlyingAsset['tsol:slnd'],
2747
+ SOL_TOKEN_FEATURES,
2748
+ ProgramID.Token2022ProgramId
2749
+ ),
2750
];
0 commit comments