update SDN list (#2423)

This commit is contained in:
Ian Lapham 2021-09-22 13:37:30 -04:00 committed by GitHub
parent 8b3da3dbaa
commit 0099ef6d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ const BLOCKED_ADDRESSES: string[] = [
'0xA7e5d5A720f06526557c513402f2e6B5fA20b008',
'0x8576aCC5C05D6Ce88f4e49bf65BdF0C62F91353C',
'0xC8a65Fadf0e0dDAf421F28FEAb69Bf6E2E589963',
'0x9f4cda013e354b8fc285bf4b9a60460cee7f7ea9',
]
export default function Blocklist({ children }: { children: ReactNode }) {