@bitgo/sdk-coin-zketh 1.3.0 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.5.0 (2024-01-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
11
+
12
+ ### Features
13
+
14
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
15
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
16
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
17
+
18
+ # 1.4.0 (2024-01-25)
19
+
20
+ ### Bug Fixes
21
+
22
+ - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
23
+
24
+ ### Features
25
+
26
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
27
+ - **sdk-coin-zketh:** add zketh sdk skeleton ([dd2952f](https://github.com/BitGo/BitGoJS/commit/dd2952fb82127482f4d3d89a445a07f8592a4a5d))
28
+ - **sdk-coin-zketh:** add zketh token support ([086b86c](https://github.com/BitGo/BitGoJS/commit/086b86c7886174997a01bea04617256f66e08720))
29
+
6
30
  # 1.3.0 (2024-01-22)
7
31
 
8
32
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-zketh",
3
- "version": "1.3.0",
3
+ "version": "1.5.0",
4
4
  "description": "BitGo SDK coin library for zkSync",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,17 +40,17 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/abstract-eth": "^14.0.0",
44
- "@bitgo/sdk-core": "^21.0.0",
45
- "@bitgo/statics": "^42.0.0",
46
- "@bitgo/utxo-lib": "^9.29.0",
43
+ "@bitgo/abstract-eth": "^16.0.0",
44
+ "@bitgo/sdk-core": "^23.0.0",
45
+ "@bitgo/statics": "^44.0.0",
46
+ "@bitgo/utxo-lib": "^9.31.0",
47
47
  "@ethereumjs/common": "^2.6.5",
48
48
  "superagent": "^3.8.3"
49
49
  },
50
50
  "devDependencies": {
51
- "@bitgo/sdk-api": "^1.37.0",
52
- "@bitgo/sdk-test": "^3.0.0",
51
+ "@bitgo/sdk-api": "^1.39.0",
52
+ "@bitgo/sdk-test": "^5.0.0",
53
53
  "secp256k1": "5.0.0"
54
54
  },
55
- "gitHead": "d01639ed72ef058d060acba08818718cf397b2e3"
55
+ "gitHead": "12be8b8bfc28894ce9ef728bfc5f81a9f7d60cf9"
56
56
  }