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 29, 2024
1 parent 7247f6a commit 3a68bdc
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 @@
"0xdd4c48c0b24039969fc16d1cdf626eab821d3384",
"0xdf231d99ff8b6c6cbf4e9b9a945cbacef9339178",
"0xdf3a408c53e5078af6e8fb2a85088d46ee09a61b",
"0xe1d865c3d669dcc8c57c8d023140cb204e672ee4",
"0xe7aa314c77f4233c18c6cc84384a9247c0cf367b",
"0xe950dc316b836e4eefb8308bf32bf7c72a1358ff",
"0xed6e0a7e4ac94d976eebfb82ccf777a3c6bad921",
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 @@ -286,5 +286,9 @@
"https://ofac.treasury.gov/recent-actions/20240514": [],
"https://ofac.treasury.gov/recent-actions/20240515": [],
"https://ofac.treasury.gov/recent-actions/20240516": [],
"https://ofac.treasury.gov/recent-actions/20240524": []
"https://ofac.treasury.gov/recent-actions/20240524": [],
"https://ofac.treasury.gov/recent-actions/20240528": [],
"https://ofac.treasury.gov/recent-actions/20240528_33": [
"0xe1d865c3d669dcc8c57c8d023140cb204e672ee4"
]
}
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 = [
"0xdd4c48c0b24039969fc16d1cdf626eab821d3384",
"0xdf231d99ff8b6c6cbf4e9b9a945cbacef9339178",
"0xdf3a408c53e5078af6e8fb2a85088d46ee09a61b",
"0xe1d865c3d669dcc8c57c8d023140cb204e672ee4",
"0xe7aa314c77f4233c18c6cc84384a9247c0cf367b",
"0xe950dc316b836e4eefb8308bf32bf7c72a1358ff",
"0xed6e0a7e4ac94d976eebfb82ccf777a3c6bad921",
Expand Down

0 comments on commit 3a68bdc

Please sign in to comment.