From dc6a0b4e6d158aa31fda928a24ad008fb2d0142d Mon Sep 17 00:00:00 2001 From: Colfax Selby Date: Wed, 1 May 2024 11:13:38 -0400 Subject: [PATCH] Add new cg allowlist --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 45794a0e..6bd6bbc6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -142,5 +142,6 @@ export const CGsWhitelist = new Set([ '0xac1c5131f0a85eafaa637a1ab342ed8e7771212d', // emiliosilva.eth '0x4df83971f6f1bfd8d33a2e79584bdfde75f4df60', // salmanneedsajob.eth '0x56d389c4e07a48d429035532402301310b8143a0', // colfax.eth + '0x00000600de6a18dc4238b9d2e9425b074ff6cd50', // OpenZeppelin ]); // NOTE: When adding new addresses to the list, make sure the are all *lowercase*