Releases: tatumio/tatum-js
Releases Β· tatumio/tatum-js
Release list
4.2.23
Updated
- Improved
getBalancemethod inaddressmodule by introducingtokenTypesfilter along withnativeoption.
4.2.22
Fixed
- Fixed types for
getTransactionsmethod inaddressmodule. - Updated undici dependency.
4.2.21
Added
- Added support for Cosmos API calls
4.2.20
Added
- Added support for Rostrum RPC calls
4.2.19
Added
- Added support for Kadena RPC calls
4.2.18
Added
- Added support for Base and Base Sepolia testnet subscriptions.
4.2.17
Fixed
- Fixed Solana RPC call for
getFeeForMessagemethod. The result is now properly parsed and returns context information with value.
4.2.16
Added
- Added support for Cronos and Cronos testnet subscriptions.
4.2.15
Added
- Added RPC support for the BASE network. Users can now make Base RPC calls using the
Network.BASEnetwork.
4.2.14
Changed
- Added support for simplified way of configuring api key without specifying version.
- Marked old way of configuring api key through object specifying version as
deprecated. - Fixed some tests, namely those related to
arb-testneteth_chainIdRPC EVM method.