Skip to content

Commit 833a67b

Browse files
feat(statics): add new test sol 2022 token
TICKET: WIN-5670
1 parent be60525 commit 833a67b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/statics/src/coins/solTokens.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,4 +2736,15 @@ export const solTokens = [
27362736
UnderlyingAsset['tsol:slnd'],
27372737
SOL_TOKEN_FEATURES
27382738
),
2739+
tsolToken(
2740+
'45a5b308-988c-4993-be35-aa8065f3309c',
2741+
'tsol:t22mint',
2742+
'T22MINT',
2743+
9,
2744+
'3WhwBR8BYoCF957CvVKEX1aHdVYYNZeC7oCq3wfwxm5Y',
2745+
'3WhwBR8BYoCF957CvVKEX1aHdVYYNZeC7oCq3wfwxm5Y',
2746+
UnderlyingAsset['tsol:slnd'],
2747+
SOL_TOKEN_FEATURES,
2748+
ProgramID.Token2022ProgramId
2749+
),
27392750
];

0 commit comments

Comments
 (0)