Skip to content

Commit fe3f54a

Browse files
authored
Revert "feat(statics): onboard JSOL, GODL, eHYBOND-1 tokens and PYUSD OFC"
1 parent 653ae5a commit fe3f54a

6 files changed

Lines changed: 2 additions & 41 deletions

File tree

modules/statics/src/base.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,6 @@ export enum UnderlyingAsset {
25512551
'eth:abton' = 'eth:abton',
25522552
'eth:nvoon' = 'eth:nvoon',
25532553
'eth:efaon' = 'eth:efaon',
2554-
'eth:ehybond-1' = 'eth:ehybond-1',
25552554
'eth:nkeon' = 'eth:nkeon',
25562555
'eth:intcon' = 'eth:intcon',
25572556
'eth:iefaon' = 'eth:iefaon',
@@ -3148,7 +3147,6 @@ export enum UnderlyingAsset {
31483147
'bsc:gft' = 'bsc:gft',
31493148
'bsc:glmr' = 'bsc:glmr',
31503149
'bsc:gmt' = 'bsc:gmt',
3151-
'bsc:godl' = 'bsc:godl',
31523150
'bsc:tko' = 'bsc:tko',
31533151
'bsc:vite' = 'bsc:vite',
31543152
'bsc:mdx' = 'bsc:mdx',
@@ -3659,7 +3657,6 @@ export enum UnderlyingAsset {
36593657
'sol:jto' = 'sol:jto',
36603658
'jup' = 'jup',
36613659
'sol:jup' = 'sol:jup',
3662-
'sol:jsol' = 'sol:jsol',
36633660
'sol:honey' = 'sol:honey',
36643661
'mobile' = 'mobile',
36653662
'sol:mobile' = 'sol:mobile',

modules/statics/src/coins/bscTokens.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,15 +1049,6 @@ export const bscTokens = [
10491049
UnderlyingAsset['bsc:gmt'],
10501050
BSC_TOKEN_FEATURES
10511051
),
1052-
bscToken(
1053-
'6868c5ee-9bf8-4258-9cb1-7886bc8557e6',
1054-
'bsc:godl',
1055-
'GODL',
1056-
18,
1057-
'0x75a312c4e703a4d73290f6f45f373da085bee9b5',
1058-
UnderlyingAsset['bsc:godl'],
1059-
BSC_TOKEN_FEATURES
1060-
),
10611052
bscToken(
10621053
'cc8ee3f4-ffac-4046-9d38-dff2be8c5e2a',
10631054
'bsc:h2o',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13856,14 +13856,6 @@ export const erc20Coins = [
1385613856
'0x4111b60bc87f2bd1e81e783e271d7f0ec6ee088b',
1385713857
UnderlyingAsset['eth:efaon']
1385813858
),
13859-
erc20(
13860-
'e8ba2011-e687-42c7-b473-df67a9dc4d14',
13861-
'eth:ehybond-1',
13862-
'EVK Vault eHYBOND-1',
13863-
18,
13864-
'0xa10bdc927d70325326d71fa7971f7b0e4afff702',
13865-
UnderlyingAsset['eth:ehybond-1']
13866-
),
1386713859
erc20(
1386813860
'2e26002f-b72f-4d05-93d8-5c94ccb82acd',
1386913861
'eth:nkeon',

modules/statics/src/coins/ofcCoins.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,10 +1144,6 @@ export const ofcCoins = [
11441144
...SOL_OFC_TOKEN_FEATURES,
11451145
CoinFeature.STABLECOIN,
11461146
]),
1147-
ofcsolToken('7921023f-ee5c-4649-9445-d0847719da01', 'ofcsol:pyusd', 'PayPal USD', 6, UnderlyingAsset['sol:pyusd'], [
1148-
...SOL_OFC_TOKEN_FEATURES,
1149-
CoinFeature.STABLECOIN,
1150-
]),
11511147
ofcsolToken('2ef2ca5a-139b-4797-97e1-476b2a39e63e', 'ofcsol:usdm1', 'USDM1', 9, UnderlyingAsset['sol:usdm1'], [
11521148
...SOL_OFC_TOKEN_FEATURES,
11531149
CoinFeature.STABLECOIN,
@@ -5459,12 +5455,4 @@ export const ofcCoins = [
54595455
6,
54605456
UnderlyingAsset['tada:tusda']
54615457
),
5462-
ofcsolToken(
5463-
'b3bbf580-1cdf-418e-a3aa-bc7d573e6720',
5464-
'ofcsol:jsol',
5465-
'JPool Staked SOL',
5466-
9,
5467-
UnderlyingAsset['sol:jsol']
5468-
),
5469-
ofcBscToken('3a9daeda-7e08-494d-a47c-d2c89dd1c735', 'ofcbsc:godl', 'GODL', 18, UnderlyingAsset['bsc:godl']),
54705458
];

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,13 +4479,6 @@ export const ofcErc20Coins = [
44794479
18,
44804480
underlyingAssetForSymbol('eth:t-ivvon')
44814481
),
4482-
ofcerc20(
4483-
'02121989-6c07-4b15-a419-f01c42eaa885',
4484-
'ofceth:ehybond-1',
4485-
'EVK Vault eHYBOND-1',
4486-
18,
4487-
underlyingAssetForSymbol('eth:ehybond-1')
4488-
),
44894482
];
44904483

44914484
export const tOfcErc20Coins = [

modules/statics/src/coins/solTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,11 +1293,11 @@ export const solTokens = [
12931293
solToken(
12941294
'6f459ab5-5d0c-4d8d-96d8-46aaaa0e73b0',
12951295
'sol:jsol',
1296-
'JPool Staked SOL',
1296+
'JPOOL Solana Token',
12971297
9,
12981298
'7Q2afV64in6N6SeZsAAB81TJzwDoD6zpqmHkzi9Dcavn',
12991299
'7Q2afV64in6N6SeZsAAB81TJzwDoD6zpqmHkzi9Dcavn',
1300-
UnderlyingAsset['sol:jsol'],
1300+
UnderlyingAsset.JSOL,
13011301
SOL_TOKEN_FEATURES
13021302
),
13031303
solToken(

0 commit comments

Comments
 (0)