Skip to content

Commit 3ea588e

Browse files
(fix) Update OFAC list URL and filename
1 parent cd67089 commit 3ea588e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyinjective/ofac.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
import aiohttp
66

77
OFAC_LIST_URL = (
8-
"https://raw.githubusercontent.com/InjectiveLabs/injective-lists/refs/heads/master/json/wallets/ofac.json"
8+
"https://raw.githubusercontent.com/InjectiveLabs/injective-lists/"
9+
"refs/heads/master/json/wallets/ofacAndRestricted.json"
910
)
10-
OFAC_LIST_FILENAME_DEFAULT = "ofac.json"
11+
OFAC_LIST_FILENAME_DEFAULT = "ofacAndRestricted.json"
1112
OFAC_LIST_FILENAME = OFAC_LIST_FILENAME_DEFAULT
1213

1314

0 commit comments

Comments
 (0)