Skip to content

Commit bc45905

Browse files
authored
Merge pull request #6439 from BitGo/COIN-4786-added-sol-and-eth-token
feat: added sol and eth tokens for new onboardings
2 parents d91a4d5 + 7f31b2e commit bc45905

File tree

5 files changed

+29
-0
lines changed

5 files changed

+29
-0
lines changed

modules/statics/src/base.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ export enum UnderlyingAsset {
849849
EASY = 'easy',
850850
EBTCQ = 'ebtcq',
851851
ECHT = 'echt',
852+
'eth:eco' = 'eth:eco',
852853
ECOX = 'ecox',
853854
EDEN = 'eden',
854855
EDISON = 'edison',
@@ -1407,6 +1408,7 @@ export enum UnderlyingAsset {
14071408
PSY = 'psy',
14081409
PTU = 'ptu',
14091410
PUNDIX = 'pundix',
1411+
'sol:pump' = 'sol:pump',
14101412
PUSD = 'pusd',
14111413
PUSH = 'push',
14121414
PV01 = 'pv01',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10777,6 +10777,14 @@ export const erc20Coins = [
1077710777
'0x5422374b27757da72d5265cc745ea906e0446634',
1077810778
UnderlyingAsset['eth:usdcv']
1077910779
),
10780+
erc20(
10781+
'12fdbdb5-1e93-4a70-b651-8017959e12da',
10782+
'eth:eco',
10783+
'ECO',
10784+
18,
10785+
'0x892e0aea725d365c2619282ea7a974e1ddaec821',
10786+
UnderlyingAsset['eth:eco']
10787+
),
1078010788
erc20(
1078110789
'e18703e9-f9d7-4454-baea-737a5469f37e',
1078210790
'eth:cake',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,14 @@ export const ofcCoins = [
625625
UnderlyingAsset['sol:jup'],
626626
SOL_OFC_TOKEN_FEATURES
627627
),
628+
ofcsolToken(
629+
'65d92f2d-8488-4005-8eec-b8b2bfe9a4a9',
630+
'ofcsol:pump',
631+
'Pump',
632+
6,
633+
UnderlyingAsset['sol:pump'],
634+
SOL_OFC_TOKEN_FEATURES
635+
),
628636
ofcsolToken(
629637
'989eec31-a0d5-4cdc-b4de-6fca30cde366',
630638
'ofcsol:popcat',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2966,6 +2966,7 @@ export const ofcErc20Coins = [
29662966
ofcerc20('242d03f9-34b9-4ed6-8fd3-de343b1c532e', 'ofcbigtime', 'Big Time', 18, underlyingAssetForSymbol('bigtime')),
29672967
ofcerc20('c98091ab-9744-4705-9567-cc15f383c573', 'ofceth:aevo', 'Aevo', 18, underlyingAssetForSymbol('eth:aevo')),
29682968
ofcerc20('b3590232-8360-4c0b-ab0e-c48c4e541d49', 'ofceth:alt', 'AltLayer', 18, underlyingAssetForSymbol('eth:alt')),
2969+
ofcerc20('45824966-9b29-4805-8c98-f0f21b63668f', 'ofceth:eco', 'ECO', 18, underlyingAssetForSymbol('eth:eco')),
29692970
ofcerc20(
29702971
'b75bff33-9720-469c-9ad7-f9f3c7b27f4d',
29712972
'ofceth:rtbl',

modules/statics/src/coins/solTokens.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2306,6 +2306,16 @@ export const solTokens = [
23062306
UnderlyingAsset['sol:ens'],
23072307
SOL_TOKEN_FEATURES
23082308
),
2309+
solToken(
2310+
'a8ec90b0-5683-4a36-8ac6-637f66bf6ed1',
2311+
'sol:pump',
2312+
'Pump',
2313+
6,
2314+
'pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn',
2315+
'pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn',
2316+
UnderlyingAsset['sol:pump'],
2317+
SOL_TOKEN_FEATURES
2318+
),
23092319
solToken(
23102320
'34450f4a-1191-4a7b-a48a-2e5f4414aa02',
23112321
'sol:jitosol',

0 commit comments

Comments
 (0)