Skip to content

Commit 556e884

Browse files
authored
Merge pull request #7442 from BitGo/coin-6394-add-2022-programId
fix(statics): add Token 2022 programId for sol:bio token
2 parents c7b05d2 + 8777b81 commit 556e884

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/src/coins/solTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,8 @@ export const solTokens = [
30783078
'bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ',
30793079
'bioJ9JTqW62MLz7UKHU69gtKhPpGi1BQhccj2kmSvUJ',
30803080
UnderlyingAsset['sol:bio'],
3081-
SOL_TOKEN_FEATURES
3081+
SOL_TOKEN_FEATURES,
3082+
ProgramID.Token2022ProgramId
30823083
),
30833084
solToken(
30843085
'9f24f8f3-2f31-4bfe-b33a-539467e0bc9a',

0 commit comments

Comments
 (0)