Skip to content

Commit

Permalink
Fix: update OFAC list URL and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelInjective committed Dec 3, 2024
1 parent b41e774 commit 9cf50f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/chain/ofac.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ 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 (
OfacListPath = "injective_data"
OfacListFilename = "ofac.json"
OfacListFilename = "ofacAndRestricted.json"
)

type OfacChecker struct {
Expand Down

0 comments on commit 9cf50f3

Please sign in to comment.