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 Dec 5, 2024
1 parent 34503fb commit 42df052
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -16,6 +16,7 @@
"0x175d44451403edf28469df03a9280c1197adb92c",
"0x178169b423a011fff22b9e3f3abea13414ddd0f1",
"0x179f48c78f57a3a78f0608cc9197b8972921d1d2",
"0x1999ef52700c34de7ec2b68a28aafb37db0c5ade",
"0x19aa5fe80d33a56d56c78e82ea5e50e5d80b4dff",
"0x19f8f2b0915daa12a3f5c9cf01df9e24d53794f7",
"0x1da5821544e25c636c1417ba96ade4cf6d2f9b5a",
Expand Down
5 changes: 4 additions & 1 deletion scripts/data/processed-urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,5 +394,8 @@
"https://ofac.treasury.gov/recent-actions/20241127": [],
"https://ofac.treasury.gov/recent-actions/20241202": [],
"https://ofac.treasury.gov/recent-actions/20241203": [],
"https://ofac.treasury.gov/recent-actions/20241203_33": []
"https://ofac.treasury.gov/recent-actions/20241203_33": [],
"https://ofac.treasury.gov/recent-actions/20241204": [
"0x1999ef52700c34de7ec2b68a28aafb37db0c5ade"
]
}
1 change: 1 addition & 0 deletions src/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const SANCTIONED_ADDRESSES = [
"0x175d44451403edf28469df03a9280c1197adb92c",
"0x178169b423a011fff22b9e3f3abea13414ddd0f1",
"0x179f48c78f57a3a78f0608cc9197b8972921d1d2",
"0x1999ef52700c34de7ec2b68a28aafb37db0c5ade",
"0x19aa5fe80d33a56d56c78e82ea5e50e5d80b4dff",
"0x19f8f2b0915daa12a3f5c9cf01df9e24d53794f7",
"0x1da5821544e25c636c1417ba96ade4cf6d2f9b5a",
Expand Down

0 comments on commit 42df052

Please sign in to comment.