Skip to content

Commit

Permalink
(fix) Update OFAC list URL and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelInjective committed Dec 3, 2024
1 parent cd67089 commit bac8d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyinjective/ofac.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import aiohttp

OFAC_LIST_URL = (
"https://raw.githubusercontent.com/InjectiveLabs/injective-lists/refs/heads/master/json/wallets/ofac.json"
"https://raw.githubusercontent.com/InjectiveLabs/injective-lists/refs/heads/master/json/wallets/ofacAndRestricted.json"
)
OFAC_LIST_FILENAME_DEFAULT = "ofac.json"
OFAC_LIST_FILENAME_DEFAULT = "ofacAndRestricted.json"
OFAC_LIST_FILENAME = OFAC_LIST_FILENAME_DEFAULT


Expand Down

0 comments on commit bac8d08

Please sign in to comment.