Skip to content

Commit e992d61

Browse files
committed
feat(statics): update REKT token to REKTTOKEN
TICKET: WIN-7132
1 parent 8874bf0 commit e992d61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ export enum UnderlyingAsset {
15431543
REBL = 'rebl',
15441544
REEF = 'reef',
15451545
REF = 'ref',
1546-
REKT = 'rekt',
1546+
REKTTOKEN = 'rekttoken',
15471547
REKTGAME = 'rektgame',
15481548
REN = 'ren',
15491549
RENBTC = 'renbtc',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9849,11 +9849,11 @@ export const erc20Coins = [
98499849
),
98509850
erc20(
98519851
'066ebf64-043a-4cc8-9b72-1f8b11a8bc32',
9852-
'rekt',
9852+
'rekttoken',
98539853
'$REKT',
98549854
18,
98559855
'0x4f8b986ecffe7bed5dbeb2b49310fb00ca85a539',
9856-
UnderlyingAsset.REKT
9856+
UnderlyingAsset.REKTTOKEN
98579857
),
98589858
erc20(
98599859
'3c5ebcde-83d7-4211-9bf2-44dfb3ff6c23',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2797,7 +2797,7 @@ export const ofcErc20Coins = [
27972797
ofcerc20('9998869a-b403-45e7-b522-1459d9f73e3c', 'ofcrbn', 'Ribbon', 18, underlyingAssetForSymbol('rbn')),
27982798
ofcerc20('3d0d4f0e-4837-42e9-a62c-1e14dfa78a11', 'ofcrct', 'realchain', 18, underlyingAssetForSymbol('rct')),
27992799
ofcerc20('c317ea90-3bad-4179-ae65-f1575c00add7', 'ofcref', 'RefToken', 8, underlyingAssetForSymbol('ref')),
2800-
ofcerc20('439d353b-65c9-4513-85cf-cb8e2a73bc62', 'ofcrekt', '$REKT', 18, underlyingAssetForSymbol('rekt')),
2800+
ofcerc20('439d353b-65c9-4513-85cf-cb8e2a73bc62', 'ofcrekttoken', '$REKT', 18, underlyingAssetForSymbol('rekttoken')),
28012801
ofcerc20('786786a2-98cb-425a-8746-9c16a9f46d33', 'ofcrektgame', 'RektGAME', 18, underlyingAssetForSymbol('rektgame')),
28022802
ofcerc20('fb6b9335-680a-4c7f-afd3-aed4dd63e9ca', 'ofcrenbtc', 'renBTC', 8, underlyingAssetForSymbol('renbtc')),
28032803
ofcerc20(

0 commit comments

Comments
 (0)