Skip to content

Releases: tatumio/tatum-js

4.1.3

13 Oct 08:51
e3e2bb9
Compare
Choose a tag to compare

Added

  • Added IPFS upload and NFT mint in one action. Metadata will be prepared and uploaded automatically

4.1.2

12 Oct 14:58
6734549
Compare
Choose a tag to compare

Added

  • Added walletProvider to TatumSdkChain class so any chain can support wallet extensions.

4.1.1

11 Oct 14:05
1785fa3
Compare
Choose a tag to compare

Added

  • Added RPC support for the SOLANA network. Users can now make RPC calls to these network using the Network.SOLANA network.

4.1.0

11 Oct 13:27
4a4f8dc
Compare
Choose a tag to compare

Added

  • Added faucet submodule with fund method for requesting testnet native tokens from available Tatum faucets.

4.0.19

11 Oct 11:39
fb25600
Compare
Choose a tag to compare

Added

  • Updated loadbalancer logging with detailed logs

4.0.18

11 Oct 08:47
7282e98
Compare
Choose a tag to compare

Fixed

  • Update debug storage range parameters. The debugStorageRangeAt function in the EvmRpc now takes a number instead of a string for the maxResults parameter.

4.0.17

11 Oct 08:00
704b347
Compare
Choose a tag to compare

Added

  • Added RPC support for the AVALANCHE_C network. Users can now make RPC calls to these network using the Network.AVALANCHE_C network.

4.0.16

10 Oct 10:29
28e8a55
Compare
Choose a tag to compare

Changed

  • Fixed tatumSdk.walletProvider.use() method to return properly typed extension instance is case of custom typed configurations.

4.0.15

10 Oct 10:03
8e94cf2
Compare
Choose a tag to compare

Changed

  • Loosen types for extension registration purposes to better support optional config.

4.0.14

10 Oct 09:58
4826d77
Compare
Choose a tag to compare

Added

  • Nft express minting over created collection for EVM chains.