@layerzerolabs/lz-definitions 3.0.19-movment.0 → 3.0.19-ton.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 +6 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +9 -1
- package/dist/index.d.ts +9 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1161,6 +1161,14 @@ var ChainKey = /* @__PURE__ */ ((ChainKey3) => {
|
|
|
1161
1161
|
var ChannelId = /* @__PURE__ */ ((ChannelId2) => {
|
|
1162
1162
|
ChannelId2[ChannelId2["READ_CHANNEL_1"] = 4294967295] = "READ_CHANNEL_1";
|
|
1163
1163
|
ChannelId2[ChannelId2["READ_CHANNEL_2"] = 4294967294] = "READ_CHANNEL_2";
|
|
1164
|
+
ChannelId2[ChannelId2["READ_CHANNEL_3"] = 4294967293] = "READ_CHANNEL_3";
|
|
1165
|
+
ChannelId2[ChannelId2["READ_CHANNEL_4"] = 4294967292] = "READ_CHANNEL_4";
|
|
1166
|
+
ChannelId2[ChannelId2["READ_CHANNEL_5"] = 4294967291] = "READ_CHANNEL_5";
|
|
1167
|
+
ChannelId2[ChannelId2["READ_CHANNEL_6"] = 4294967290] = "READ_CHANNEL_6";
|
|
1168
|
+
ChannelId2[ChannelId2["READ_CHANNEL_7"] = 4294967289] = "READ_CHANNEL_7";
|
|
1169
|
+
ChannelId2[ChannelId2["READ_CHANNEL_8"] = 4294967288] = "READ_CHANNEL_8";
|
|
1170
|
+
ChannelId2[ChannelId2["READ_CHANNEL_9"] = 4294967287] = "READ_CHANNEL_9";
|
|
1171
|
+
ChannelId2[ChannelId2["READ_CHANNEL_10"] = 4294967286] = "READ_CHANNEL_10";
|
|
1164
1172
|
return ChannelId2;
|
|
1165
1173
|
})(ChannelId || {});
|
|
1166
1174
|
|