Skip to content

Commit f596947

Browse files
authored
feat(statics): add new testnet erc20 token on hoodi
2 parents 310aea3 + dc5270b commit f596947

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
@@ -1730,6 +1730,7 @@ export enum UnderlyingAsset {
17301730
TERC18DP14 = 'terc18dp14',
17311731
TERC18DP15 = 'terc18dp15',
17321732
BGERCH = 'bgerch',
1733+
AMSTEST = 'amstest',
17331734
TERM = 'term',
17341735
TGBP = 'tgbp',
17351736
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)