Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/statics/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1909,8 +1909,8 @@ export enum UnderlyingAsset {
'hteth:fyusd' = 'hteth:fyusd',
'hteth:stgcusd' = 'hteth:stgcusd',
'hteth:stgfyusd' = 'hteth:stgfyusd',
'hteth:goqxmp' = 'hteth:goqxmp',
'hteth:stggoqxmp' = 'hteth:stggoqxmp',
'hteth:qxmp' = 'hteth:qxmp',
'hteth:stgqxmp' = 'hteth:stgqxmp',
'hteth:stgwbtc' = 'hteth:stgwbtc',
'hteth:tsteth' = 'hteth:tsteth',
'hteth:tusdc' = 'hteth:tusdc',
Expand Down Expand Up @@ -2241,7 +2241,7 @@ export enum UnderlyingAsset {
'eth:sofid' = 'eth:sofid',
'eth:cusd' = 'eth:cusd',
'eth:fyusd' = 'eth:fyusd',
'eth:goqxmp' = 'eth:goqxmp',
'eth:qxmp' = 'eth:qxmp',
'eth:ibtc' = 'eth:ibtc',
'eth:pyr' = 'eth:pyr',
'eth:una' = 'eth:una',
Expand Down
24 changes: 12 additions & 12 deletions modules/statics/src/coins/erc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10999,11 +10999,11 @@ export const erc20Coins = [
),
erc20(
'71fd8aa4-87d0-492e-a7f5-a425a80077d9',
'eth:goqxmp',
'GoQXMP',
'eth:qxmp',
'QXMP',
6,
'0xb51323fa696a5fd29ae37772261e2d9e798bbf00',
UnderlyingAsset['eth:goqxmp'],
'0x2d3a4ae64eef5ad1972d37601a09004de62e8c9b',
UnderlyingAsset['eth:qxmp'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN]
),
erc20(
Expand Down Expand Up @@ -12919,23 +12919,23 @@ export const erc20Coins = [
),
terc20(
'fa107b6d-6159-44ef-8a64-ab27b8e8511b',
'hteth:goqxmp',
'Test GoQXMP',
'hteth:qxmp',
'Test QXMP',
6,
'0x0ce272b926077fc2f856bb33ff1a9e36a89b0ffc',
UnderlyingAsset['hteth:goqxmp'],
'0x05bd728fe7446941449b4bdffe1472cd47345472',
UnderlyingAsset['hteth:qxmp'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Networks.test.hoodi
),
terc20(
'63c04332-8cf0-4a90-85bd-c884edd803bc',
'hteth:stggoqxmp',
'Test GoQXMP',
'hteth:stgqxmp',
'Test QXMP',
6,
'0xedecb3f92e9aa1883b0c1b0cd1cb89c42652fb11',
UnderlyingAsset['hteth:stggoqxmp'],
'0x089561bb7fabf271143b63068a4b6818fbe63caf',
UnderlyingAsset['hteth:stgqxmp'],
[...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.STABLECOIN],
undefined,
undefined,
Expand Down
18 changes: 9 additions & 9 deletions modules/statics/src/coins/ofcErc20Coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3264,10 +3264,10 @@ export const ofcErc20Coins = [
),
ofcerc20(
'8202c24a-3521-4a7f-9fcc-fb754c568644',
'ofceth:goqxmp',
'GoQXMP',
'ofceth:qxmp',
'QXMP',
6,
underlyingAssetForSymbol('eth:goqxmp'),
underlyingAssetForSymbol('eth:qxmp'),
undefined,
[CoinFeature.STABLECOIN]
),
Expand Down Expand Up @@ -4622,10 +4622,10 @@ export const tOfcErc20Coins = [
),
tofcerc20(
'edd7e667-7be4-49f1-9209-d9596a71581b',
'ofchteth:goqxmp',
'Test GoQXMP',
'ofchteth:qxmp',
'Test QXMP',
6,
UnderlyingAsset['hteth:goqxmp'],
UnderlyingAsset['hteth:qxmp'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
Expand All @@ -4636,10 +4636,10 @@ export const tOfcErc20Coins = [
),
tofcerc20(
'7863a0f5-75ff-4d89-a791-25dea435813d',
'ofchteth:stggoqxmp',
'Test GoQXMP',
'ofchteth:stgqxmp',
'Test QXMP',
6,
UnderlyingAsset['hteth:stggoqxmp'],
UnderlyingAsset['hteth:stgqxmp'],
undefined,
[CoinFeature.STABLECOIN],
undefined,
Expand Down
4 changes: 2 additions & 2 deletions modules/statics/test/unit/tokenNamingConvention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ describe('Token Naming Convention Tests', function () {
'hteth:tusdc',
'hteth:tusdt',
'hteth:gousd',
'hteth:goqxmp',
'hteth:stggoqxmp',
'hteth:qxmp',
'hteth:stgqxmp',
'hteth:usd1',
'hteth:amstest',
'hterc18dp',
Expand Down
Loading