Skip to content

Commit

Permalink
Update Stored Addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and actions-user committed Sep 30, 2024
1 parent ba8c6cd commit 4f9c217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocked-addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,6 @@ export const OFAC_SANCTIONS_LIST_ADDRESSES = [
"0x21B8d56BDA776bbE68655A16895afd96F5534feD",
"0x175d44451403Edf28469dF03A9280c1197ADb92c",
"0x19F8f2B0915Daa12a3f5C9CF01dF9E24D53794F7",
"0xE1D865c3D669dCc8c57c8D023140CB204e672ee4"
"0xE1D865c3D669dCc8c57c8D023140CB204e672ee4",
"0x0931cA4D13BB4ba75D9B7132AB690265D749a5E7"
].map(address => address.toLowerCase());

0 comments on commit 4f9c217

Please sign in to comment.