Releases: deltadefi-protocol/typescript-sdk
Releases · deltadefi-protocol/typescript-sdk
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Release Notes - v1.0.0
Features
Mainnet Support
- Added production mainnet configuration support
- Default network now set to mainnet (networkId: 1)
- Production API endpoint: https://api.deltadefi.io
- Production WebSocket endpoint: wss://stream.deltadefi.io
- Staging endpoints remain available when specifying network: 'preprod'
Enhanced Order Management
- Added cancelAllOrders() method to cancel all open orders with a single transaction
Breaking Changes
- Default network changed from preprod (testnet) to mainnet
- WebSocket URLs updated for both mainnet and preprod environments
Migration Guide
To continue using preprod/testnet, explicitly specify the network:
const client = new ApiClient({network: "preprod", apiKey});Full Changelog: v0.3.31...v1.0.0
v0.3.31
What's Changed
- feat: add transferal type in internal transfer by @kenlau666 in #46
Full Changelog: v0.3.30...v0.3.31
v0.3.30
What's Changed
- update readme by @AnsonSIDAN in #44
- Feat internal transfer by @kenlau666 in #45
New Contributors
- @kenlau666 made their first contribution in #45
Full Changelog: v0.3.29...v0.3.30
v0.3.29
Merge pull request #44 from deltadefi-protocol/v0.3.29 update readme
v0.3.28
Merge pull request #43 from deltadefi-protocol/update-19-sept-2025 remove get market depth function and pump sdk version
v0.3.26
Full Changelog: v0.3.25...v0.3.26
v0.3.25
Full Changelog: v0.0.1...v0.3.25
v0.0.1
feat: rename sdk