Skip to content

Commit 2d51487

Browse files
feat: add new tokens for WIN-7171
1 parent d8da40d commit 2d51487

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
export const botTokens = [];
1+
import { UnderlyingAsset } from '../base';
2+
import { networkFeatureMapForTokens } from '../networkFeatureMapForTokens';
3+
import { Networks } from '../networks';
4+
import * as AccountCtors from '../account';
5+
6+
export const botTokens = [
7+
AccountCtors.terc20(
8+
'6430cc83-077f-4927-b7cf-222db880bb58',
9+
'hteth:ams',
10+
'AMS Token v2',
11+
1,
12+
'0x8c7a17ef8e00f2f31cff598206d7fc5a8cb41111',
13+
'hteth:ams' as unknown as UnderlyingAsset,
14+
networkFeatureMapForTokens['eth'],
15+
undefined,
16+
undefined,
17+
Networks.test.hoodi
18+
),
19+
];

0 commit comments

Comments
 (0)