Commit 99a282b7 authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

update blocked address list (#2182)

Co-authored-by: default avatarIan Lapham <ianlapham@Ians-MacBook-Pro.local>
parent 5a316535
...@@ -9,6 +9,7 @@ const BLOCKED_ADDRESSES: string[] = [ ...@@ -9,6 +9,7 @@ const BLOCKED_ADDRESSES: string[] = [
'0x901bb9583b24D97e995513C6778dc6888AB6870e', '0x901bb9583b24D97e995513C6778dc6888AB6870e',
'0xA7e5d5A720f06526557c513402f2e6B5fA20b008', '0xA7e5d5A720f06526557c513402f2e6B5fA20b008',
'0x8576aCC5C05D6Ce88f4e49bf65BdF0C62F91353C', '0x8576aCC5C05D6Ce88f4e49bf65BdF0C62F91353C',
'0xC8a65Fadf0e0dDAf421F28FEAb69Bf6E2E589963',
] ]
export default function Blocklist({ children }: { children: ReactNode }) { export default function Blocklist({ children }: { children: ReactNode }) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment