You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.95.0] - 2026-01-28 - Pre-release
11
+
10
12
- SDK: `Chain.getBalance()` method for querying native and token balances (EVM, Solana, Aptos)
11
13
- SDK: Solana `resolveATA()` utility for ATA derivation with automatic SPL Token vs Token-2022 detection
12
14
- CLI: `token` command for balance queries
13
15
- SDK: fix EVM estimate gas for token transfers with balance slot!=0 (e.g. USDC)
14
-
- SDK: Add `NetworkType` enum (`'MAINNET' | 'TESTNET'`) and `networkType` property to `NetworkInfo`
16
+
- SDK: Add `NetworkType` enum (`'MAINNET' | 'TESTNET'`) and `networkType` property to `NetworkInfo`, in place of `isTestnet` boolean
15
17
- SDK: Selector generation scripts now validate `network_type` presence from upstream chain-selectors
16
18
- CLI: **Breaking**: `send`, `getSupportedTokens`, and `token` commands now use named arguments instead of positional (e.g., `send -s <source> -d <dest> -r <router>`)
17
19
- CLI: **Breaking**: `-r` alias removed from global `--rpcs` option (use `--rpc` instead); `-r` now used for `--router` in `send` command
0 commit comments