From 51b5401a725b3bccd737262ddeb48dec52d87456 Mon Sep 17 00:00:00 2001 From: T04435 Date: Thu, 5 Oct 2023 17:38:39 +1100 Subject: [PATCH] chore: fix typo --- src/interfaces/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }