Skip to content

Commit 4751f7b

Browse files
authored
Support Abstract Testnet ZkSync
Signed-off-by: Firekeeper <[email protected]>
1 parent cd8ffba commit 4751f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Thirdweb/Thirdweb.Utils/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public static string GenerateSIWE(LoginPayloadData loginPayloadData)
276276
/// <returns>True if it is a zkSync chain ID, otherwise false.</returns>
277277
public static bool IsZkSync(BigInteger chainId)
278278
{
279-
return chainId.Equals(324) || chainId.Equals(300) || chainId.Equals(302);
279+
return chainId.Equals(324) || chainId.Equals(300) || chainId.Equals(302) || chainId.Equals(11124);
280280
}
281281

282282
/// <summary>

0 commit comments

Comments
 (0)