We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to enhance our script to fetch sanctioned addresses from an additional source: https://github.com/ultrasoundmoney/ofac-ethereum-addresses/blob/main/data.csv. The script should parse the addresses from this CSV file and merge them with the set of addresses fetched from the existing source: https://www.treasury.gov/ofac/downloads/sdn.csv. The script can be found here: https://github.com/wormhole-foundation/wormhole-connect/blob/development/wormhole-connect/scripts/ofac/checkSdnListForUpdates.ts#L9 and ran with npm run checksdn.
npm run checksdn
The text was updated successfully, but these errors were encountered:
Hi there @kev1n-peters! I’d like to give this one a crack
Sorry, something went wrong.
No branches or pull requests
We need to enhance our script to fetch sanctioned addresses from an additional source: https://github.com/ultrasoundmoney/ofac-ethereum-addresses/blob/main/data.csv. The script should parse the addresses from this CSV file and merge them with the set of addresses fetched from the existing source: https://www.treasury.gov/ofac/downloads/sdn.csv. The script can be found here: https://github.com/wormhole-foundation/wormhole-connect/blob/development/wormhole-connect/scripts/ofac/checkSdnListForUpdates.ts#L9 and ran with
npm run checksdn
.The text was updated successfully, but these errors were encountered: