We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f71bf48 + 91ff13a commit 3e70895Copy full SHA for 3e70895
src/core/strategy.ts
@@ -56,6 +56,11 @@ export interface StrategyConfigPayload {
56
// pools in which additional quota should be bought for current token
57
// pool - boolean
58
additionalRewardQuotas?: PartialRecord<Address, Address[]>;
59
+ /**
60
+ * If address provided - it is considered that this collateral can be used across all listed cms
61
+ * If object provided - it is considered that this collateral can be used only on the specified cm
62
+ */
63
+ additionalCollaterals?: Array<Address | { token: Address; cm: Address }>;
64
}
65
66
type VersionRange = [number, number];
0 commit comments