@circle-fin/adapter-ethers-v6 1.6.3 → 1.6.5
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 +13 -0
- package/index.cjs +5936 -2316
- package/index.d.ts +478 -7
- package/index.mjs +5936 -2316
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @circle-fin/adapter-ethers-v6
|
|
2
2
|
|
|
3
|
+
## 1.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Bundled Gateway v1 action handlers for Unified Balance Kit on-chain operations
|
|
8
|
+
|
|
9
|
+
## 1.6.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Update HyperEVM mainnet explorer URL to resolve location-restricted access issues
|
|
14
|
+
- Improved search discoverability
|
|
15
|
+
|
|
3
16
|
## 1.6.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|