@superfluid-finance/sdk-core 0.6.4-dev.ffcb60f.0 → 0.6.6-dev.81b5e89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
 
6
6
  ## Unreleased
7
7
 
8
+ ## [0.6.5] - 2023-05-12
9
+
10
+ ### Fixed
11
+ - `hostedEndpoint` might be nullable so we handle this case.
12
+
13
+ ### Added
14
+ - Support for `sepolia` network
15
+
16
+ ## [0.6.4] - 2023-05-07
17
+
8
18
  ### Changed
9
19
  - `getPopulatedTransactionRequest` doesn't use the signer to populate the transaction anymore as `signer.sendTransaction` does it already. The double `signer.populateTransaction` was causing issues with some wallets (e.g. Rainbow Wallet)
10
20
  - Map `isNativeAssetSuperToken` to `Token` from Subgraph