Skip to content

Releases: etherspot/etherspot-sdk

1.42.0: Account investment endpoint has been added with zapper provider (#197)

07 Dec 10:53
335db6c
Compare
Choose a tag to compare
* Zapper investment endpoint has been added

* Example of account investment has been added

* Fixed the requested comments

* Version has been set to 1.42.0

* Updated dto to set chainID optional

1.41.2

25 Nov 11:57
790144a
Compare
Choose a tag to compare
added LiFi getStatus endpoint and bumped lifi sdk version (#196)

1.41.1: Added bsc mainnet on MainnetsTest env (#195)

18 Nov 14:01
428db0a
Compare
Choose a tag to compare
* added bsc mainnet on qa

* bumped the sdk version

1.41.0: Feature/pro 747 add support for optimism goerli (#194)

18 Nov 13:38
1c35b2e
Compare
Choose a tag to compare
* Added support for Optimism Goerli

- Added support for Optimism Goerli testnet.

* 1.41.0

* update etherspot/contracts

Co-authored-by: Luke Wickens <[email protected]>

1.40.2: Remove mainnet support for neon (#191)

15 Nov 14:15
6bd5488
Compare
Choose a tag to compare
* remove support for neon mainnet

- Neon mainnet has not yet launch so commented support until it has been launched.

* 1.40.2

Added provider in get account balances (1.40.0 to 1.40.1) (#190)

11 Nov 08:44
ac0084b
Compare
Choose a tag to compare
* Added provider in get account balances

* updated version in lock file

1.40.0: Feature/pro 735 add support for neon (#187)

10 Nov 13:07
3a8cd88
Compare
Choose a tag to compare
* Added support for Neon and Neon testnet

* 1.39.0

* Changed Testnet to Devnet

- Changed Testnet to Devnet as Testnet isn't fully functioning yet

* Updated etherspot/contracts package to latest version

* 1.40.0

1.39.0: Guarded batch by default (#188)

10 Nov 08:20
9aa3b4c
Compare
Choose a tag to compare
* make batches guarded by default

1.38.3: Add tx resubmission notification (#186)

07 Nov 06:56
f76fdb9
Compare
Choose a tag to compare
* feat: tx resubmission notification

1.38.2: Add guarded tx in a batch (#180)

25 Oct 15:13
c126a63
Compare
Choose a tag to compare
* add guarded tx in a batch

* add guarded property in submitGateway function

* update @etherspot/contracts