@layerzerolabs/lz-solana-sdk-v2 2.2.5 → 2.3.1

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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # @layerzerolabs/lz-solana-sdk-v2
2
2
 
3
+ ## 2.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c467a80: update RUST_TOOL version and catch errors when checking if chain is ready
8
+ - Updated dependencies [c467a80]
9
+ - @layerzerolabs/lz-definitions@2.3.1
10
+ - @layerzerolabs/lz-v2-utilities@2.3.1
11
+
12
+ ## 2.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 211e282: add solana to belowzero & build solana snapshot image
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [211e282]
21
+ - @layerzerolabs/lz-definitions@2.3.0
22
+ - @layerzerolabs/lz-v2-utilities@2.3.0
23
+
24
+ ## 2.2.6
25
+
26
+ ### Patch Changes
27
+
28
+ - 8ecd2dc: endpoints
29
+ - Updated dependencies [8ecd2dc]
30
+ - @layerzerolabs/lz-definitions@2.2.6
31
+ - @layerzerolabs/lz-v2-utilities@2.2.6
32
+
3
33
  ## 2.2.5
4
34
 
5
35
  ### Patch Changes
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "endpoint",
3
+ "network": "solana-sandbox-local",
4
+ "address": "76y77prsiCMvXMjuoZ5VRrhG5qYBrUMYTE5WgHqgjEn6",
5
+ "compatibleVersions": [
6
+ "v2"
7
+ ],
8
+ "deployer": "oeYf6KAJkLYhBuR8CiGc6L4D4Xtfepr85fuDgA9kq96"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "simple_messagelib",
3
+ "network": "solana-sandbox-local",
4
+ "address": "6GsmxMTHAAiFKfemuM4zBjumTjNSX5CAiw4xSSXM2Toy",
5
+ "compatibleVersions": [
6
+ "v2"
7
+ ],
8
+ "deployer": "oeYf6KAJkLYhBuR8CiGc6L4D4Xtfepr85fuDgA9kq96"
9
+ }