@layerzerolabs/lz-definitions 2.3.23 → 2.3.24

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-definitions
2
2
 
3
+ ## 2.3.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 255da39: Fix some known issues in the OFT SDK
8
+
3
9
  ## 2.3.23
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1945,7 +1945,7 @@ function isNetworkEndpointIdSupported(network, endpointVersion) {
1945
1945
  }
1946
1946
  }
1947
1947
  function isZKSyncBasedChain(chain) {
1948
- return chain === Chain.ZKSYNC || chain === Chain.ZKSYNCSEP;
1948
+ return chain === Chain.ZKSYNC || chain === Chain.ZKSYNCSEP || chain === Chain.ZKLINK;
1949
1949
  }
1950
1950
  function isTronChain(chain) {
1951
1951
  return chain === Chain.TRON || chain === Chain.TRONDEV;