@layerzerolabs/lz-sui-sdk-v2 3.0.74 → 3.0.105-mpt.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 +0 -30
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,35 +1,5 @@
|
|
|
1
1
|
# @layerzerolabs/lz-sui-sdk-v2
|
|
2
2
|
|
|
3
|
-
## 3.0.74
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- 8e98fc0: siliconsepolia v2 protcol contracts
|
|
8
|
-
|
|
9
|
-
## 3.0.73
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- 0de091e: somnia, silicon mainnet, ethereal, siliconsepolia, somniashannon testnet
|
|
14
|
-
|
|
15
|
-
## 3.0.72
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- 6a87b73: Redeploy AllStorages And UlnManager of TON On Testnet
|
|
20
|
-
|
|
21
|
-
## 3.0.71
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- cdef8aa: return address lookup tables in lzReceive and lzCompose V2
|
|
26
|
-
|
|
27
|
-
## 3.0.70
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 4622e07: Switch merkle-patricia-tree package version to 3.0.0 in @layerzerolabs/lz-proof-utility
|
|
32
|
-
|
|
33
3
|
## 3.0.69
|
|
34
4
|
|
|
35
5
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-sui-sdk-v2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.105-mpt.0",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"tiny-invariant": "^1.3.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
40
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
39
|
+
"@layerzerolabs/tsup-config-next": "^3.0.105-mpt.0",
|
|
40
|
+
"@layerzerolabs/typescript-config-next": "^3.0.105-mpt.0",
|
|
41
41
|
"@mysten/sui": "^1.33.0",
|
|
42
42
|
"@types/chai": "^4.3.11",
|
|
43
43
|
"@types/chai-as-promised": "^7.1.0",
|