defi-sdk-js icon indicating copy to clipboard operation
defi-sdk-js copied to clipboard

JavaScript/TypeScript wrapper for DeFi SDK

Results 10 defi-sdk-js issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.17 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.7. Changelog Sourced from vite's changelog. 3.2.7 (2023-05-26) fix: port #13348 to v3, fs.deny with leading double slash (#13349) (0574f80), closes #13348 #13349 3.2.6 (2023-04-18)...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

I'm trying to use the SDK and execute this script ```ts import {client} from 'defi-sdk'; const BASE_URL = 'wss://api-v4.zerion.io/'; client.configure({url: BASE_URL, apiToken: 'my_token'}); client.subscribe({ namespace: 'address', body: { scope: ['transactions'],...

HI, Kindly can you please help me out, is there any possibility to get assets of different chains such as FTM, AVAX, BNB etc. Thank You

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.10. Changelog Sourced from vite's changelog. 3.2.10 (2024-03-24) 3.2.9 (2024-03-24) fix: port #15653 to v3 (#15655) (99080ca), closes #15653 #15655 fix: port #16250 to v3...

dependencies

Bumps [ws](https://github.com/websockets/ws) and [engine.io-client](https://github.com/socketio/engine.io-client). These dependencies needed to be updated together. Updates `ws` from 7.4.6 to 7.5.10 Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the...

dependencies

Bumps [socket.io-parser](https://github.com/Automattic/socket.io-parser) from 3.3.3 to 3.3.4. Release notes Sourced from socket.io-parser's releases. 3.3.4 Bug Fixes check the format of the event name (#125) (ee00660) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.3...3.3.4 Changelog Sourced from...

dependencies

Code example: ``` const entry = useAddressActions( { ...params, currency: 'usd', actions_search_query: searchQuery, }, { limit: 30, listenForUpdates: true, paginatedCacheMode: 'first-page', onAnyMessage: useCallback((a, b, c) => { console.log('onAnyMessage', { a,...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.10 to 3.2.11. Changelog Sourced from vite's changelog. 3.2.11 (2024-09-17) fix: backport #18112, fs raw query (a6da450), closes #18112 fix: backport #18115, DOM Clobbering in (2ddd854), closes...

dependencies