We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a3479 commit c49a773Copy full SHA for c49a773
1 file changed
modules/statics/src/coins/botOfcTokens.ts
@@ -1 +1,16 @@
1
-export const botOfcTokens = [];
+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
12
13
14
+ undefined
15
+ ),
16
+];
0 commit comments