diff --git a/src/interfaces/index.ts b/src/interfaces/index.ts index fe126b6..5a2fb40 100644 --- a/src/interfaces/index.ts +++ b/src/interfaces/index.ts @@ -28,7 +28,7 @@ export enum AbiTypeEnum { export enum AbiInputType { "TUPLE" = "tuple", "STRING" = "string", - "ADDRESS" = "adress", + "ADDRESS" = "address", "BOOLEAN" = "bool", }