Skip to content

Commit

Permalink
feat: remove address (it should be readded automatically)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 19, 2023
1 parent d09897a commit 90bd214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ofac.sanctions.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,5 @@
"0xf60dd140cff0706bae9cd734ac3ae76ad9ebc32a",
"0xf67721a2d8f736e75a49fdd7fad2e31d8676542a",
"0xf7b31119c2682c88d88d455dbb9d5932c65cf1be",
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144",
"0xffbac21a641dcfe4552920138d90f3638b3c9fba"
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144"
]
3 changes: 1 addition & 2 deletions src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,5 @@ export const SANCTIONED_ADDRESSES = [
"0xf60dd140cff0706bae9cd734ac3ae76ad9ebc32a",
"0xf67721a2d8f736e75a49fdd7fad2e31d8676542a",
"0xf7b31119c2682c88d88d455dbb9d5932c65cf1be",
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144",
"0xffbac21a641dcfe4552920138d90f3638b3c9fba"
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144"
] as const;

0 comments on commit 90bd214

Please sign in to comment.