From be023515d50687afc67fd34ffb1e02bb560766b9 Mon Sep 17 00:00:00 2001 From: Colfax Date: Wed, 24 Jul 2024 17:23:09 +0200 Subject: [PATCH] add web3js to CG allowlist --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 6bd6bbc6..348bfebf 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -143,5 +143,6 @@ export const CGsWhitelist = new Set([ '0x4df83971f6f1bfd8d33a2e79584bdfde75f4df60', // salmanneedsajob.eth '0x56d389c4e07a48d429035532402301310b8143a0', // colfax.eth '0x00000600de6a18dc4238b9d2e9425b074ff6cd50', // OpenZeppelin + '0x37826d8b5f4b175517a0f42c886f8fca38c55fe7', // santiagodevrel.eth ]); // NOTE: When adding new addresses to the list, make sure the are all *lowercase*