Skip to content

Commit dc5270b

Browse files
committed
feat(statics): add new testnet erc20 token on hoodi
WIN-6768 TICKET: WIN-6768
1 parent 81037d7 commit dc5270b

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,7 @@ export enum UnderlyingAsset {
17251725
TERC18DP14 = 'terc18dp14',
17261726
TERC18DP15 = 'terc18dp15',
17271727
BGERCH = 'bgerch',
1728+
AMSTEST = 'amstest',
17281729
TERM = 'term',
17291730
TGBP = 'tgbp',
17301731
TUSDS = 'tusds',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12096,6 +12096,18 @@ export const erc20Coins = [
1209612096
undefined,
1209712097
Networks.test.hoodi
1209812098
),
12099+
terc20(
12100+
'3b18a3d7-4a10-41ce-b763-42925da720f4',
12101+
'hteth:amstest',
12102+
'AMS test token',
12103+
18,
12104+
'0x6cab19bb0b986c252da86f859feb048ad8994ae3',
12105+
UnderlyingAsset.AMSTEST,
12106+
undefined,
12107+
undefined,
12108+
undefined,
12109+
Networks.test.hoodi
12110+
),
1209912111

1210012112
// Ondo Tokenized Assets
1210112113
erc20(

modules/statics/test/unit/tokenNamingConvention.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe('Token Naming Convention Tests', function () {
3939
'hteth:tsteth',
4040
'hteth:gousd',
4141
'hteth:usd1',
42+
'hteth:amstest',
4243
'hterc18dp',
4344
'hteth:bgerchv2',
4445
'hteth:aut',

0 commit comments

Comments
 (0)