feat: upgrade @lendasat/lendaswap-sdk-pure from 0.0.2 to 0.2.11 - #22
Open
bonomat wants to merge 1 commit into
Open
feat: upgrade @lendasat/lendaswap-sdk-pure from 0.0.2 to 0.2.11#22bonomat wants to merge 1 commit into
bonomat wants to merge 1 commit into
Conversation
- Migrate to new chain-agnostic SDK API (generic endpoints, Permit2 flow) - createArkadeToEvmSwap → createArkadeToEvmSwapGeneric (tokenAddress + evmChainId) - createEvmToArkadeSwap → createEvmToArkadeSwapGeneric (tokenAddress + evmChainId) - getQuote now takes object params with sourceChain/targetChain (chain IDs) - Response fields: amounts are strings, tokens are TokenInfo objects, htlc_address_evm → evm_htlc_address, htlc_address_arkade → btc_vhtlc_address - Replace removed getEvmFundingCallData/getEvmRefundCallData/getAssetPairs - Web frontend uses client.fundSwap(swapId, signer) for Permit2 flow - CLI amounts now accept human-readable USD format (1.02 → 1020000 units) - Fix API swap proxy URL (lendasat.com → api.lendaswap.com)
bonomat
force-pushed
the
chore/upgrade-lendaswap
branch
from
March 25, 2026 02:18
c0d11f9 to
04168d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested flow: