Skip to content

Commit

Permalink
chore: update OFAC sanctions list (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: zy0n <[email protected]>
  • Loading branch information
github-actions[bot] and zy0n authored Aug 6, 2024
1 parent 46a525c commit eacdc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/blocked-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,6 @@ export const OFAC_SANCTIONS_LIST_ADDRESSES = [
'0xE950DC316b836e4EeFb8308bf32Bf7C72a1358FF',
'0x21B8d56BDA776bbE68655A16895afd96F5534feD',
'0x175d44451403Edf28469dF03A9280c1197ADb92c',
'0x19F8f2B0915Daa12a3f5C9CF01dF9E24D53794F7'
'0x19F8f2B0915Daa12a3f5C9CF01dF9E24D53794F7',
'0xE1D865c3D669dCc8c57c8D023140CB204e672ee4'
].map(address => address.toLowerCase());

0 comments on commit eacdc7a

Please sign in to comment.