@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 +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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;
|