Skip to content

Commit 85a2a9c

Browse files
committed
feat: add mayanNonEvmPermitSignature to routes and stepTransaction API options
1 parent eaf6e0d commit 85a2a9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)