Skip to content

Commit bde48ca

Browse files
feat: add faqs to strategies
1 parent bc77aae commit bde48ca

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/strategies/auto_strk.strat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export class AutoTokenStrategy extends IStrategy<void> {
8383
notARisks: [],
8484
},
8585
additionalInfo: undefined,
86+
faqs: [],
8687
};
8788
super(
8889
`auto_token_${token.toLowerCase()}`,

src/strategies/auto_xstrk.strat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export class AutoXSTRKStrategy extends IStrategy<void> {
8282
notARisks: [],
8383
},
8484
additionalInfo: undefined,
85+
faqs: [],
8586
};
8687

8788
const token = 'STRK';

src/strategies/delta_neutral_mm.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export class DeltaNeutralMM extends IStrategy<void> {
9292
notARisks: [],
9393
},
9494
additionalInfo: undefined,
95+
faqs: [],
9596
};
9697

9798
super(

0 commit comments

Comments
 (0)