We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8ffba commit 4751f7bCopy full SHA for 4751f7b
Thirdweb/Thirdweb.Utils/Utils.cs
@@ -276,7 +276,7 @@ public static string GenerateSIWE(LoginPayloadData loginPayloadData)
276
/// <returns>True if it is a zkSync chain ID, otherwise false.</returns>
277
public static bool IsZkSync(BigInteger chainId)
278
{
279
- return chainId.Equals(324) || chainId.Equals(300) || chainId.Equals(302);
+ return chainId.Equals(324) || chainId.Equals(300) || chainId.Equals(302) || chainId.Equals(11124);
280
}
281
282
/// <summary>
0 commit comments