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 May 2, 2024
1 parent 2ed849a commit 65a334e
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 @@
"0x178169b423a011fff22b9e3f3abea13414ddd0f1",
"0x179f48c78f57a3a78f0608cc9197b8972921d1d2",
"0x19aa5fe80d33a56d56c78e82ea5e50e5d80b4dff",
"0x19f8f2b0915daa12a3f5c9cf01df9e24d53794f7",
"0x1da5821544e25c636c1417ba96ade4cf6d2f9b5a",
"0x1e34a77868e19a6647b1f2f47b51ed72dede95dd",
"0x21b8d56bda776bbe68655a16895afd96f5534fed",
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 @@ -272,5 +272,8 @@
"https://ofac.treasury.gov/recent-actions/20240423": [],
"https://ofac.treasury.gov/recent-actions/20240425": [],
"https://ofac.treasury.gov/recent-actions/20240426": [],
"https://ofac.treasury.gov/recent-actions/20240429": []
"https://ofac.treasury.gov/recent-actions/20240429": [],
"https://ofac.treasury.gov/recent-actions/20240501": [
"0x19f8f2b0915daa12a3f5c9cf01df9e24d53794f7"
]
}
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 = [
"0x178169b423a011fff22b9e3f3abea13414ddd0f1",
"0x179f48c78f57a3a78f0608cc9197b8972921d1d2",
"0x19aa5fe80d33a56d56c78e82ea5e50e5d80b4dff",
"0x19f8f2b0915daa12a3f5c9cf01df9e24d53794f7",
"0x1da5821544e25c636c1417ba96ade4cf6d2f9b5a",
"0x1e34a77868e19a6647b1f2f47b51ed72dede95dd",
"0x21b8d56bda776bbe68655a16895afd96f5534fed",
Expand Down

0 comments on commit 65a334e

Please sign in to comment.