We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd67089 commit 3ea588eCopy full SHA for 3ea588e
pyinjective/ofac.py
@@ -5,9 +5,10 @@
5
import aiohttp
6
7
OFAC_LIST_URL = (
8
- "https://raw.githubusercontent.com/InjectiveLabs/injective-lists/refs/heads/master/json/wallets/ofac.json"
+ "https://raw.githubusercontent.com/InjectiveLabs/injective-lists/"
9
+ "refs/heads/master/json/wallets/ofacAndRestricted.json"
10
)
-OFAC_LIST_FILENAME_DEFAULT = "ofac.json"
11
+OFAC_LIST_FILENAME_DEFAULT = "ofacAndRestricted.json"
12
OFAC_LIST_FILENAME = OFAC_LIST_FILENAME_DEFAULT
13
14
0 commit comments