From 7b90fe137ea632d7dfa6e2dfd801f61dad6c6d8d Mon Sep 17 00:00:00 2001 From: Ian Lapham Date: Wed, 2 Feb 2022 17:52:38 -0500 Subject: [PATCH] update list component (#3221) --- src/components/Blocklist/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Blocklist/index.tsx b/src/components/Blocklist/index.tsx index a3292c2917..d0d353282a 100644 --- a/src/components/Blocklist/index.tsx +++ b/src/components/Blocklist/index.tsx @@ -32,6 +32,7 @@ const BLOCKED_ADDRESSES: string[] = [ '0x48549a34ae37b12f6a30566245176994e17c6b4a', '0x5512d943ed1f7c8a43f3435c85f7ab68b30121b0', '0xc455f7fd3e0e12afd51fba5c106909934d8a0e4a', + '0x629e7Da20197a5429d30da36E77d06CdF796b71A', ] export default function Blocklist({ children }: { children: ReactNode }) {