Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
update blocked address list (#2182)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lapham <[email protected]>
  • Loading branch information
ianlapham and Ian Lapham authored Aug 10, 2021
1 parent 5a31653 commit 99a282b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Blocklist/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const BLOCKED_ADDRESSES: string[] = [
'0x901bb9583b24D97e995513C6778dc6888AB6870e',
'0xA7e5d5A720f06526557c513402f2e6B5fA20b008',
'0x8576aCC5C05D6Ce88f4e49bf65BdF0C62F91353C',
'0xC8a65Fadf0e0dDAf421F28FEAb69Bf6E2E589963',
]

export default function Blocklist({ children }: { children: ReactNode }) {
Expand Down

0 comments on commit 99a282b

Please sign in to comment.