Skip to content

Commit 575b7b3

Browse files
[SDK] feat: update zksync chain checks (#6408)
1 parent 35ccf8f commit 575b7b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/thirdweb/src/utils/any-evm/zksync/isZkSyncChain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export async function isZkSyncChain(chain: Chain) {
2727
chain.id === 2741 ||
2828
chain.id === 240 ||
2929
chain.id === 555271 ||
30-
chain.id === 61166
30+
chain.id === 61166 ||
31+
chain.id === 555272
3132
) {
3233
return true;
3334
}

0 commit comments

Comments
 (0)