From 8368ba8c90acf18ba753448df8a68ade8f100cea Mon Sep 17 00:00:00 2001 From: Jay Puntham-Baker Date: Thu, 18 Aug 2022 16:56:11 -0400 Subject: [PATCH] fix: add GitPOAPProvider to providers list --- iam/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/iam/src/index.ts b/iam/src/index.ts index 0d5d57710e..79b4b33f12 100644 --- a/iam/src/index.ts +++ b/iam/src/index.ts @@ -133,6 +133,7 @@ export const providers = new Providers([ new EthGasProvider(), new FirstEthTxnProvider(), new EthGTEOneTxnProvider(), + new GitPOAPProvider(), ///////////////////////////////////////////////////////////// // Start adding the specific gitcoin contributor providers /////////////////////////////////////////////////////////////