Skip to content

Commit

Permalink
Merge pull request #266 from InjectiveLabs/fix/update-ofac-name
Browse files Browse the repository at this point in the history
Fix: update OFAC filename
  • Loading branch information
PavelInjective authored Dec 5, 2024
2 parents 428cbcf + 67353b0 commit 48e6836
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 50 deletions.
48 changes: 0 additions & 48 deletions client/chain/injective_data/ofac.json

This file was deleted.

2 changes: 1 addition & 1 deletion client/chain/ofac.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

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

var (
Expand Down
5 changes: 4 additions & 1 deletion injective_data/ofac.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,8 @@
"0xfac583c0cf07ea434052c49115a4682172ab6b4f",
"0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144",
"0xfec8a60023265364d066a1212fde3930f6ae8da7",
"0xffbac21a641dcfe4552920138d90f3638b3c9fba"
"0xffbac21a641dcfe4552920138d90f3638b3c9fba",
"0xc5801cd781d168e2d3899ad9c39d8a2541871298",
"0x0992E2D17e0082Df8a31Bf36Bd8Cc662551de68B",
"0x8aa07899eb940f40e514b8efdb3b6af5d1cf7bb"
]

0 comments on commit 48e6836

Please sign in to comment.