Skip to content

Commit f060e11

Browse files
feat(statics): add statics for token PIPE
Ticket: WIN-7439
1 parent 6bbdc35 commit f060e11

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,7 @@ export enum UnderlyingAsset {
16601660
SRNT = 'srnt',
16611661
SRM = 'srm',
16621662
'sol:srm' = 'sol:srm',
1663+
'sol:pipe' = 'sol:pipe',
16631664
SSV = 'ssv',
16641665
STARS = 'stars',
16651666
STATE = 'state',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,14 @@ export const ofcCoins = [
766766
UnderlyingAsset['sol:pump'],
767767
SOL_OFC_TOKEN_FEATURES
768768
),
769+
ofcsolToken(
770+
'c120968e-6ec2-4ddb-98f7-87c4480e461f',
771+
'ofcsol:pipe',
772+
'Pipe',
773+
9,
774+
UnderlyingAsset['sol:pipe'],
775+
SOL_OFC_TOKEN_FEATURES
776+
),
769777
ofcsolToken(
770778
'7d50630f-9bba-4a06-8665-4376ef1f128e',
771779
'ofcsol:drift',

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3067,6 +3067,16 @@ export const solTokens = [
30673067
UnderlyingAsset['sol:rekt'],
30683068
SOL_TOKEN_FEATURES
30693069
),
3070+
solToken(
3071+
'cb3a07cd-0b6b-4e7c-810c-d93b257a7e34',
3072+
'sol:pipe',
3073+
'Pipe',
3074+
9,
3075+
'7s9MoSt7VV1J3jVNnw2AyocsQDBdCkPYz5apQDPKy9i5',
3076+
'7s9MoSt7VV1J3jVNnw2AyocsQDBdCkPYz5apQDPKy9i5',
3077+
UnderlyingAsset['sol:pipe'],
3078+
SOL_TOKEN_FEATURES
3079+
),
30703080
tsolToken(
30713081
'b98c5a7a-49c5-45f1-a6ee-b08dff596a7d',
30723082
'tsol:srm',

0 commit comments

Comments
 (0)