diff --git a/zksync2/module/response_types.py b/zksync2/module/response_types.py index 1042c51..b0a3e17 100644 --- a/zksync2/module/response_types.py +++ b/zksync2/module/response_types.py @@ -21,7 +21,7 @@ "ZksContractDebugInfo", {"assemblyCode": HexStr, "pcLineMapping": Dict[int, int]} ) -ZksBlockRange = TypedDict("ZksBlockRange", {"begining": int, "end": int}) +ZksBlockRange = TypedDict("ZksBlockRange", {"beginning": int, "end": int}) ZksBaseSystemContractsHashes = TypedDict( "ZksBaseSystemContractsHashes", {"bootloader": str, "defaultAa": str}