Skip to content

Commit c49a773

Browse files
feat: add new tokens for WIN-7420
1 parent 01a3479 commit c49a773

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
export const botOfcTokens = [];
1+
import type { UnderlyingAsset } from '../base';
2+
import * as AccountCtors from '../ofc';
3+
export const botOfcTokens = [
4+
AccountCtors.tofcerc20(
5+
'5c1ecdc5-9a13-42a3-b10d-eee8831e14c1',
6+
'ofchteth:ams',
7+
'AMS Token v2',
8+
1,
9+
'hteth:ams' as unknown as UnderlyingAsset,
10+
undefined,
11+
undefined,
12+
undefined,
13+
undefined,
14+
undefined
15+
),
16+
];

0 commit comments

Comments
 (0)