@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/dist/index.mjs CHANGED
@@ -1939,7 +1939,7 @@ function isNetworkEndpointIdSupported(network, endpointVersion) {
1939
1939
  }
1940
1940
  }
1941
1941
  function isZKSyncBasedChain(chain) {
1942
- return chain === Chain.ZKSYNC || chain === Chain.ZKSYNCSEP;
1942
+ return chain === Chain.ZKSYNC || chain === Chain.ZKSYNCSEP || chain === Chain.ZKLINK;
1943
1943
  }
1944
1944
  function isTronChain(chain) {
1945
1945
  return chain === Chain.TRON || chain === Chain.TRONDEV;