From 29580e7de9c97456cba58ab3cf19fb0d41749360 Mon Sep 17 00:00:00 2001 From: bigq Date: Mon, 21 Aug 2023 17:38:42 +0200 Subject: [PATCH] feat: add base goerli contract --- space-configs/main/bigq.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/space-configs/main/bigq.ts b/space-configs/main/bigq.ts index f982bf1b..836bbaec 100644 --- a/space-configs/main/bigq.ts +++ b/space-configs/main/bigq.ts @@ -71,6 +71,11 @@ export default { name: "polygon", // UPDATE HERE choose your chain name relayerEnabled: false, }, + { + contractAddress: "0xBacDAe186628A88f4a6CE1F3D668c889935c8F06", + name: "base-goerli", // UPDATE HERE choose your chain name + relayerEnabled: false, + }, ], step1CtaText: "Prove eligibility", step2CtaText: "Claim!",