Skip to content

Commit e07fdfc

Browse files
committed
chore: sol:pengu onboarding
Ticket: GO-2346
1 parent 09fae9c commit e07fdfc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3879,6 +3879,13 @@ export const ofcCoins = [
38793879
// New SOL OFC tokens
38803880
ofcsolToken('0ce490e5-fba4-4f50-b059-598c151482f0', 'ofcsol:prcl', 'Parcl', 6, UnderlyingAsset['sol:prcl']),
38813881
ofcsolToken('ddba6928-8700-4435-8970-0e75acae7025', 'ofcsol:asp', 'Aspecta', 9, UnderlyingAsset['sol:asp']),
3882+
ofcsolToken(
3883+
'2cb0b222-eeae-441b-9546-698a87c509e0',
3884+
'ofcsol:pengu',
3885+
'Pudgy Penguins',
3886+
6,
3887+
UnderlyingAsset['sol:pengu']
3888+
),
38823889
// New SUI OFC token
38833890
ofcSuiToken('1e01eb3d-2573-4662-aa5e-4c390e4a9b38', 'ofcsui:dmc', 'DeLorean', 9, UnderlyingAsset['sui:dmc']),
38843891
];

modules/statics/src/coins/solTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ export const solTokens = [
24882488
'2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
24892489
'2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
24902490
UnderlyingAsset['sol:pengu'],
2491-
SOL_TOKEN_FEATURES_WITH_FRANKFURT
2491+
SOL_TOKEN_FEATURES
24922492
),
24932493

24942494
solToken(

0 commit comments

Comments
 (0)