Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/types",
"version": "17.49.0",
"version": "17.50.0-beta.2",
"description": "Types for the LI.FI stack",
"keywords": [
"sdk",
Expand Down
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export interface RouteOptions {
executionType?: ExecutionType
jitoBundle?: boolean // Solana specific option, without it implicit source swaps routes are discarded
svmSponsor?: string // Solana specific option, wallet to sponsor tx costs
mayanNonEvmPermitSignature?: boolean // Mayan option to bridge from non-EVM chain to Hyperliquid

/**
* @deprecated This property is deprecated and will be removed in future versions.
Expand Down