Skip to content

Commit

Permalink
feat: enable multi tx support
Browse files Browse the repository at this point in the history
Signed-off-by: Griko Nibras <[email protected]>
  • Loading branch information
grikomsn committed Jan 31, 2024
1 parent aca2da9 commit 21d6fa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solve/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export function useRoute({
destAssetDenom: destinationAsset,
destAssetChainID: destinationAssetChainID,
swapVenue,
allowMultiTx: true,
allowUnsafe: true,
experimentalFeatures,
}
Expand All @@ -126,6 +127,7 @@ export function useRoute({
destAssetDenom: destinationAsset,
destAssetChainID: destinationAssetChainID,
swapVenue,
allowMultiTx: true,
allowUnsafe: true,
experimentalFeatures,
},
Expand Down

0 comments on commit 21d6fa3

Please sign in to comment.