File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments