@layerzerolabs/lz-corekit-tron 3.0.135 → 3.0.137-sui.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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @layerzerolabs/lz-corekit-tron
2
2
 
3
+ ## 3.0.137
4
+
5
+ ### Patch Changes
6
+
7
+ - 553e9dc: sui mainnet
8
+ - Updated dependencies [553e9dc]
9
+ - @layerzerolabs/lz-core@3.0.137
10
+ - @layerzerolabs/tron-utilities@3.0.137
11
+ - @layerzerolabs/lz-utilities@3.0.137
12
+
13
+ ## 3.0.136
14
+
15
+ ### Patch Changes
16
+
17
+ - 5b7f5c6: Allow multiple ALTs when quoting OFT send
18
+ - Updated dependencies [5b7f5c6]
19
+ - @layerzerolabs/lz-core@3.0.136
20
+ - @layerzerolabs/tron-utilities@3.0.136
21
+ - @layerzerolabs/lz-utilities@3.0.136
22
+
3
23
  ## 3.0.135
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-tron",
3
- "version": "3.0.135",
3
+ "version": "3.0.137-sui.0",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -23,9 +23,9 @@
23
23
  "clean-prebuild": "rm -rf dist"
24
24
  },
25
25
  "dependencies": {
26
- "@layerzerolabs/lz-core": "^3.0.135",
27
- "@layerzerolabs/lz-utilities": "^3.0.135",
28
- "@layerzerolabs/tron-utilities": "^3.0.135",
26
+ "@layerzerolabs/lz-core": "^3.0.137-sui.0",
27
+ "@layerzerolabs/lz-utilities": "^3.0.137-sui.0",
28
+ "@layerzerolabs/tron-utilities": "^3.0.137-sui.0",
29
29
  "ethers": "^5.8.0",
30
30
  "memoizee": "^0.4.17",
31
31
  "tronweb": "^5.3.1"
@@ -33,8 +33,8 @@
33
33
  "devDependencies": {
34
34
  "@jest/globals": "^29.7.0",
35
35
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
36
- "@layerzerolabs/tsup-config-next": "^3.0.135",
37
- "@layerzerolabs/typescript-config-next": "^3.0.135",
36
+ "@layerzerolabs/tsup-config-next": "^3.0.137-sui.0",
37
+ "@layerzerolabs/typescript-config-next": "^3.0.137-sui.0",
38
38
  "@types/jest": "^29.5.10",
39
39
  "@types/tronweb": "npm:@layerzerolabs/tronweb-typescript@workspace:^",
40
40
  "jest": "^29.7.0",