File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export interface RouteOptions {
132132 executionType ?: ExecutionType
133133 jitoBundle ?: boolean // Solana specific option, without it implicit source swaps routes are discarded
134134 svmSponsor ?: string // Solana specific option, wallet to sponsor tx costs
135+ mayanNonEvmPermitSignature ?: string // Mayan option for Hyperliquid routes
135136
136137 /**
137138 * @deprecated This property is deprecated and will be removed in future versions.
@@ -326,6 +327,7 @@ export interface QuoteRequest extends ToolConfiguration, TimingStrings {
326327 executionType ?: ExecutionType // (default: 'transaction') // the execution type of the quote
327328 jitoBundle ?: boolean // Solana specific option, without it implicit source swaps routes are discarded
328329 svmSponsor ?: string // Solana specific option, wallet to sponsor tx costs
330+ mayanNonEvmPermitSignature ?: string // Mayan option for Hyperliquid routes
329331
330332 /**
331333 * @deprecated This property is deprecated and will be removed in future versions.
You can’t perform that action at this time.
0 commit comments