Skip to content

Commit 6add7f1

Browse files
Merge pull request #8816 from BitGo/SCAAS-9437
fix: change symbol from goqxmp to qxmp
2 parents f3667f1 + e312bc7 commit 6add7f1

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

modules/statics/src/base.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,8 +1909,8 @@ export enum UnderlyingAsset {
19091909
'hteth:fyusd' = 'hteth:fyusd',
19101910
'hteth:stgcusd' = 'hteth:stgcusd',
19111911
'hteth:stgfyusd' = 'hteth:stgfyusd',
1912-
'hteth:goqxmp' = 'hteth:goqxmp',
1913-
'hteth:stggoqxmp' = 'hteth:stggoqxmp',
1912+
'hteth:qxmp' = 'hteth:qxmp',
1913+
'hteth:stgqxmp' = 'hteth:stgqxmp',
19141914
'hteth:stgwbtc' = 'hteth:stgwbtc',
19151915
'hteth:tsteth' = 'hteth:tsteth',
19161916
'hteth:tusdc' = 'hteth:tusdc',
@@ -2241,7 +2241,7 @@ export enum UnderlyingAsset {
22412241
'eth:sofid' = 'eth:sofid',
22422242
'eth:cusd' = 'eth:cusd',
22432243
'eth:fyusd' = 'eth:fyusd',
2244-
'eth:goqxmp' = 'eth:goqxmp',
2244+
'eth:qxmp' = 'eth:qxmp',
22452245
'eth:ibtc' = 'eth:ibtc',
22462246
'eth:pyr' = 'eth:pyr',
22472247
'eth:una' = 'eth:una',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10999,11 +10999,11 @@ export const erc20Coins = [
1099910999
),
1100011000
erc20(
1100111001
'71fd8aa4-87d0-492e-a7f5-a425a80077d9',
11002-
'eth:goqxmp',
11003-
'GoQXMP',
11002+
'eth:qxmp',
11003+
'QXMP',
1100411004
6,
11005-
'0xb51323fa696a5fd29ae37772261e2d9e798bbf00',
11006-
UnderlyingAsset['eth:goqxmp'],
11005+
'0x2d3a4ae64eef5ad1972d37601a09004de62e8c9b',
11006+
UnderlyingAsset['eth:qxmp'],
1100711007
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN]
1100811008
),
1100911009
erc20(
@@ -12919,23 +12919,23 @@ export const erc20Coins = [
1291912919
),
1292012920
terc20(
1292112921
'fa107b6d-6159-44ef-8a64-ab27b8e8511b',
12922-
'hteth:goqxmp',
12923-
'Test GoQXMP',
12922+
'hteth:qxmp',
12923+
'Test QXMP',
1292412924
6,
12925-
'0x0ce272b926077fc2f856bb33ff1a9e36a89b0ffc',
12926-
UnderlyingAsset['hteth:goqxmp'],
12925+
'0x05bd728fe7446941449b4bdffe1472cd47345472',
12926+
UnderlyingAsset['hteth:qxmp'],
1292712927
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
1292812928
undefined,
1292912929
undefined,
1293012930
Networks.test.hoodi
1293112931
),
1293212932
terc20(
1293312933
'63c04332-8cf0-4a90-85bd-c884edd803bc',
12934-
'hteth:stggoqxmp',
12935-
'Test GoQXMP',
12934+
'hteth:stgqxmp',
12935+
'Test QXMP',
1293612936
6,
12937-
'0xedecb3f92e9aa1883b0c1b0cd1cb89c42652fb11',
12938-
UnderlyingAsset['hteth:stggoqxmp'],
12937+
'0x089561bb7fabf271143b63068a4b6818fbe63caf',
12938+
UnderlyingAsset['hteth:stgqxmp'],
1293912939
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
1294012940
undefined,
1294112941
undefined,

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,10 +3264,10 @@ export const ofcErc20Coins = [
32643264
),
32653265
ofcerc20(
32663266
'8202c24a-3521-4a7f-9fcc-fb754c568644',
3267-
'ofceth:goqxmp',
3268-
'GoQXMP',
3267+
'ofceth:qxmp',
3268+
'QXMP',
32693269
6,
3270-
underlyingAssetForSymbol('eth:goqxmp'),
3270+
underlyingAssetForSymbol('eth:qxmp'),
32713271
undefined,
32723272
[CoinFeature.STABLECOIN]
32733273
),
@@ -4666,10 +4666,10 @@ export const tOfcErc20Coins = [
46664666
),
46674667
tofcerc20(
46684668
'edd7e667-7be4-49f1-9209-d9596a71581b',
4669-
'ofchteth:goqxmp',
4670-
'Test GoQXMP',
4669+
'ofchteth:qxmp',
4670+
'Test QXMP',
46714671
6,
4672-
UnderlyingAsset['hteth:goqxmp'],
4672+
UnderlyingAsset['hteth:qxmp'],
46734673
undefined,
46744674
[CoinFeature.STABLECOIN],
46754675
undefined,
@@ -4680,10 +4680,10 @@ export const tOfcErc20Coins = [
46804680
),
46814681
tofcerc20(
46824682
'7863a0f5-75ff-4d89-a791-25dea435813d',
4683-
'ofchteth:stggoqxmp',
4684-
'Test GoQXMP',
4683+
'ofchteth:stgqxmp',
4684+
'Test QXMP',
46854685
6,
4686-
UnderlyingAsset['hteth:stggoqxmp'],
4686+
UnderlyingAsset['hteth:stgqxmp'],
46874687
undefined,
46884688
[CoinFeature.STABLECOIN],
46894689
undefined,

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ describe('Token Naming Convention Tests', function () {
6060
'hteth:tusdc',
6161
'hteth:tusdt',
6262
'hteth:gousd',
63-
'hteth:goqxmp',
64-
'hteth:stggoqxmp',
63+
'hteth:qxmp',
64+
'hteth:stgqxmp',
6565
'hteth:usd1',
6666
'hteth:amstest',
6767
'hterc18dp',

0 commit comments

Comments
 (0)