Skip to content

Commit 5364536

Browse files
fix: removed xcn token as they were already onboarded
TICKET WIN-6387 TICKET: WIN-6387
1 parent 8a1515a commit 5364536

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/statics/src/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,6 @@ export enum UnderlyingAsset {
20622062
'eth:anime' = 'eth:anime',
20632063
'eth:newt' = 'eth:newt',
20642064
'eth:hsk' = 'eth:hsk',
2065-
'eth:xcn' = 'eth:xcn',
20662065
'eth:rog' = 'eth:rog',
20672066
'eth:xaum' = 'eth:xaum',
20682067
'eth:avail' = 'eth:avail',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3381,7 +3381,6 @@ export const ofcErc20Coins = [
33813381
18,
33823382
underlyingAssetForSymbol('eth:hsk')
33833383
),
3384-
ofcerc20('cdfcf2a5-ed49-495e-8937-c4adc6620544', 'ofceth:xcn', 'Onyxcoin', 18, underlyingAssetForSymbol('eth:xcn')),
33853384
ofcerc20('a96cc1dd-59ea-464f-9530-64cc5fc2af34', 'ofceth:rog', 'ROGIN.AI', 18, underlyingAssetForSymbol('eth:rog')),
33863385
ofcerc20(
33873386
'ff07a861-2241-46e5-ae71-3507750ba6a7',

0 commit comments

Comments
 (0)