sdk icon indicating copy to clipboard operation
sdk copied to clipboard

LI.FI - Bridge & DEX aggregation: Any-to-Any Cross-Chain-Swap SDK

Results 13 sdk issues
Sort by recently updated
recently updated
newest added

It will be great to add [`getConnections()`](https://apidocs.li.fi/reference/get_connections) in SDK. It's useful when a user selected `fromChain`, `fromToken`, `toChain`, and then the `toToken` selector can filter tokens that are available for...

The first iteration of the unification of code style and `eslint` rules for our repositories. This will help current team members and newcomers write more consistent code. After discussion and...

Similar to #182 I brought up the previous issue(#182) in lifi-discord, the issue was fixed with `getTokenBalance` but a similar issue remained with `execute` function. Description : - Importing `checkBalance`...

Goerli is nearing EOL so it would be great to get support for Sepolia testnet

Would be nice having the option to hide 0 balances from the `getTokenBalancesForChains` and `getTokenBalances` responses

Now it is almost impossible to know if [`getBalancesFromProvider`](https://github.com/lifinance/sdk/blob/HEAD/src/balance/utils.ts#L138) failed, as it just swallows the error, prints console warning and returns `amount: 0`. ``` typescript const getBalancesFromProvider = async (...

JIra: [LF-8254](https://lifi.atlassian.net/browse/LF-8254) WIP To get this working you need to add your private key. You can do this by - duplicating the `.env-template` file - renaming it to `.env` -...

WIP

hey, i believe `v1/quote `returns best route and returns `transactionRequest` inside of it. however, how can get `transactionRequest` that given route? for instance, i fetched all routes over this `/advanced/routes`...