@layerzerolabs/lz-ton-sdk-v2 3.0.35 → 3.0.36

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,11 @@
1
1
  # @layerzerolabs/lz-ton-sdk-v2
2
2
 
3
+ ## 3.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - 6ff94ed: Publish new TON packages at Dec 21
8
+
3
9
  ## 3.0.35
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -7766,7 +7766,7 @@ var tonObjects = {
7766
7766
  },
7767
7767
  5: {
7768
7768
  fieldName: "Channel::sendRequestQueue",
7769
- fieldType: "cl::t::dict256"
7769
+ fieldType: "cl::t::objRef"
7770
7770
  },
7771
7771
  6: {
7772
7772
  fieldName: "Channel::lastSendRequestId",
@@ -8865,7 +8865,7 @@ var tonResolvedObjects = {
8865
8865
  },
8866
8866
  "5": {
8867
8867
  fieldName: "Channel::sendRequestQueue",
8868
- fieldType: "cl::t::dict256"
8868
+ fieldType: "cl::t::cellRef"
8869
8869
  },
8870
8870
  "6": {
8871
8871
  fieldName: "Channel::lastSendRequestId",
@@ -16125,7 +16125,7 @@ var TonObjectUnwrapper = class {
16125
16125
  const endpointAddress = await wrapper.getClInt("cl::get<address>", cell, 2n);
16126
16126
  const epConfigOApp = await wrapper.getClCell(cell, 3n);
16127
16127
  const outboundNonce = await wrapper.getClInt("cl::get<uint64>", cell, 4n);
16128
- const sendRequestQueue = await getLzDict(cell, 5n, wrapper);
16128
+ const sendRequestQueue = await wrapper.getClCell(cell, 5n);
16129
16129
  const lastSendRequestId = await wrapper.getClInt("cl::get<uint64>", cell, 6n);
16130
16130
  const commitPOOO = await wrapper.getClCell(cell, 7n);
16131
16131
  const executePOOO = await wrapper.getClCell(cell, 8n);