Skip to content

Commit bac8d08

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyinjective/ofac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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/refs/heads/master/json/wallets/ofacAndRestricted.json"
99
)
10-
OFAC_LIST_FILENAME_DEFAULT = "ofac.json"
10+
OFAC_LIST_FILENAME_DEFAULT = "ofacAndRestricted.json"
1111
OFAC_LIST_FILENAME = OFAC_LIST_FILENAME_DEFAULT
1212

1313

0 commit comments

Comments
 (0)