Skip to content

Commit aee17b4

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

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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

pyinjective/ofac.json renamed to pyinjective/ofacAndRestricted.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,8 @@
154154
"0xfac583c0cf07ea434052c49115a4682172ab6b4f",
155155
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144",
156156
"0xfec8a60023265364d066a1212fde3930f6ae8da7",
157-
"0xffbac21a641dcfe4552920138d90f3638b3c9fba"
157+
"0xffbac21a641dcfe4552920138d90f3638b3c9fba",
158+
"0xc5801cd781d168e2d3899ad9c39d8a2541871298",
159+
"0x0992E2D17e0082Df8a31Bf36Bd8Cc662551de68B",
160+
"0x8aa07899eb940f40e514b8efdb3b6af5d1cf7bb"
158161
]

0 commit comments

Comments
 (0)