Skip to content

Commit 6726091

Browse files
committed
feat(statics): add GATENet (GATE) ERC20 token
TICKET: WIN-6923
1 parent a3eb8b9 commit 6726091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/statics/src/coins/erc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7796,7 +7796,7 @@ export const erc20Coins = [
77967796
erc20(
77977797
'8c3142c8-0cd9-42f2-8849-3aca3da1a214',
77987798
'gate',
7799-
'GATE',
7799+
'GATENet',
78007800
18,
78017801
'0x9d7630adf7ab0b0cb00af747db76864df0ec82e4',
78027802
UnderlyingAsset.GATE

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ export const ofcErc20Coins = [
20412041
ofcerc20('4296793d-bb5a-4156-8fa3-de065d2b3d94', 'ofcuos', 'Ultra Token', 4, underlyingAssetForSymbol('uos')),
20422042
ofcerc20('53c43c96-4622-4459-91df-1e80bea7ba7d', 'ofcxcn', 'Onyxcoin', 18, underlyingAssetForSymbol('xcn')),
20432043
ofcerc20('94f3e140-6652-4c4a-8b18-b8e56a28258c', 'ofcxdefi', 'XDEFI', 18, underlyingAssetForSymbol('xdefi')),
2044-
ofcerc20('db12970d-9be6-4399-9657-705a984661a6', 'ofcgate', 'GATE', 18, underlyingAssetForSymbol('gate')),
2044+
ofcerc20('db12970d-9be6-4399-9657-705a984661a6', 'ofcgate', 'GATENet', 18, underlyingAssetForSymbol('gate')),
20452045
ofcerc20('7949daf7-305c-47bd-9e08-f85a4972b002', 'ofclcx', 'LCX', 18, underlyingAssetForSymbol('lcx')),
20462046
ofcerc20('a2872b71-b5d1-4ac9-bcaa-5a0c18062b44', 'ofcrfox', 'RFOX', 18, underlyingAssetForSymbol('rfox')),
20472047
ofcerc20('8dfdb813-b1e7-4975-9b14-a862906563b5', 'ofcswise', 'StakeWise', 18, underlyingAssetForSymbol('swice')),

0 commit comments

Comments
 (0)