From 15ce3760dcfe6ccef552945a2c0150cf397d9fbd Mon Sep 17 00:00:00 2001 From: 0xCourtney Date: Sun, 30 Oct 2022 08:37:16 -0400 Subject: [PATCH] typo --- lib/diamonds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diamonds.ts b/lib/diamonds.ts index 1ea5a1dc..b477f3ce 100644 --- a/lib/diamonds.ts +++ b/lib/diamonds.ts @@ -52,7 +52,7 @@ export function printFacetCuts( } // adds unregistered selectors -export async function addUnregisteredSelector( +export async function addUnregisteredSelectors( diamond: Contract, contracts: Contract[], ) {