Skip to content

Commit

Permalink
auto: Add new OFAC addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux authored and github-actions[bot] committed Feb 21, 2024
1 parent 3886d77 commit 772fce4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions ofac.sanctions.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"0xe7aa314c77f4233c18c6cc84384a9247c0cf367b",
"0xed6e0a7e4ac94d976eebfb82ccf777a3c6bad921",
"0xedc5d01286f99a066559f60a585406f3878a033e",
"0xf3701f445b6bdafedbca97d1e477357839e4120d",
"0xf4b067dd14e95bab89be928c07cb22e3c94e0daa",
"0xf60dd140cff0706bae9cd734ac3ae76ad9ebc32a",
"0xf67721a2d8f736e75a49fdd7fad2e31d8676542a",
Expand Down
6 changes: 5 additions & 1 deletion scripts/data/processed-urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,9 @@
"https://ofac.treasury.gov/recent-actions/20240208": [],
"https://ofac.treasury.gov/recent-actions/20240214": [],
"https://ofac.treasury.gov/recent-actions/20240215": [],
"https://ofac.treasury.gov/recent-actions/20240216": []
"https://ofac.treasury.gov/recent-actions/20240216": [],
"https://ofac.treasury.gov/recent-actions/20240220": [
"0xf3701f445b6bdafedbca97d1e477357839e4120d"
],
"https://ofac.treasury.gov/recent-actions/20240220_33": []
}
1 change: 1 addition & 0 deletions src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const SANCTIONED_ADDRESSES = [
"0xe7aa314c77f4233c18c6cc84384a9247c0cf367b",
"0xed6e0a7e4ac94d976eebfb82ccf777a3c6bad921",
"0xedc5d01286f99a066559f60a585406f3878a033e",
"0xf3701f445b6bdafedbca97d1e477357839e4120d",
"0xf4b067dd14e95bab89be928c07cb22e3c94e0daa",
"0xf60dd140cff0706bae9cd734ac3ae76ad9ebc32a",
"0xf67721a2d8f736e75a49fdd7fad2e31d8676542a",
Expand Down

0 comments on commit 772fce4

Please sign in to comment.