@layerzerolabs/lz-corekit-evm 2.3.27 → 2.3.29

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 +32 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @layerzerolabs/lz-corekit-evm
2
2
 
3
+ ## 2.3.29
4
+
5
+ ### Patch Changes
6
+
7
+ - a42fff0: endpoints, including flare mainnet
8
+ - a42fff0: zklink mainnet, and testnets
9
+ - a42fff0: testnet endpoints
10
+ - Updated dependencies [a42fff0]
11
+ - Updated dependencies [a42fff0]
12
+ - Updated dependencies [a42fff0]
13
+ - @layerzerolabs/lz-core@2.3.29
14
+ - @layerzerolabs/tron-utilities@2.3.29
15
+ - @layerzerolabs/lz-utilities@2.3.29
16
+ - @layerzerolabs/lz-aptos-sdk-v1@2.3.29
17
+
18
+ ## 2.3.28
19
+
20
+ ### Patch Changes
21
+
22
+ - 23d7ea0: endpoints, including flare mainnet
23
+ - 23d7ea0: zklink mainnet, and testnets
24
+ - 8a40261: Fix some known issues in Solana
25
+ - 23d7ea0: testnet endpoints
26
+ - Updated dependencies [23d7ea0]
27
+ - Updated dependencies [23d7ea0]
28
+ - Updated dependencies [8a40261]
29
+ - Updated dependencies [23d7ea0]
30
+ - @layerzerolabs/lz-core@2.3.28
31
+ - @layerzerolabs/tron-utilities@2.3.28
32
+ - @layerzerolabs/lz-utilities@2.3.28
33
+ - @layerzerolabs/lz-aptos-sdk-v1@2.3.28
34
+
3
35
  ## 2.3.27
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-evm",
3
- "version": "2.3.27",
3
+ "version": "2.3.29",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@coral-xyz/anchor": "^0.29.0",
27
- "@layerzerolabs/lz-aptos-sdk-v1": "^2.3.27",
28
- "@layerzerolabs/lz-core": "^2.3.27",
29
- "@layerzerolabs/lz-utilities": "^2.3.27",
30
- "@layerzerolabs/tron-utilities": "^2.3.27",
27
+ "@layerzerolabs/lz-aptos-sdk-v1": "^2.3.29",
28
+ "@layerzerolabs/lz-core": "^2.3.29",
29
+ "@layerzerolabs/lz-utilities": "^2.3.29",
30
+ "@layerzerolabs/tron-utilities": "^2.3.29",
31
31
  "aptos": "^1.20.0",
32
32
  "bip39": "^3.1.0",
33
33
  "ed25519-hd-key": "^1.3.0",
@@ -39,8 +39,8 @@
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
41
41
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
42
- "@layerzerolabs/tsup-config-next": "^2.3.27",
43
- "@layerzerolabs/typescript-config-next": "^2.3.27",
42
+ "@layerzerolabs/tsup-config-next": "^2.3.29",
43
+ "@layerzerolabs/typescript-config-next": "^2.3.29",
44
44
  "@types/jest": "^29.5.10",
45
45
  "@types/tronweb": "npm:@layerzerolabs/tronweb-typescript@workspace:^",
46
46
  "jest": "^29.7.0",