Skip to content

Commit 876b181

Browse files
lostintime1010xB10C
authored andcommitted
added Solana SOL support
1 parent 33c2218 commit 876b181

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/generate-lists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Generate TXT and JSON files for all assets
3131
run: |
3232
mkdir data
33-
python3 generate-address-list.py XBT ETH XMR LTC ZEC DASH BTG ETC BSV BCH XVG USDC USDT XRP TRX ARB BSC -f JSON TXT -path ./data -sdn SDN_ADVANCED.XML
33+
python3 generate-address-list.py XBT ETH XMR LTC ZEC DASH BTG ETC BSV BCH XVG USDC USDT XRP TRX ARB BSC SOL -f JSON TXT -path ./data -sdn SDN_ADVANCED.XML
3434
- name: Commit files
3535
run: |
3636
git config --local user.email "45324+github-actions[bot]@users.noreply.github.com"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ an issue or pull-request adding assets.
3030
- TRX (Tron)
3131
- ARB (Arbitrum)
3232
- BSC (Binance Smart Chain)
33+
- SOL (Solana)
3334

3435
The sanctioned addresses can be extracted with this tool from the
3536
[`sdn_advanced.xml`][2] file. The tool supports the following output formats:

generate-address-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Possible assets be seen by grepping the sdn_advanced.xml file for "Digital Currency Address".
1313
POSSIBLE_ASSETS = ["XBT", "ETH", "XMR", "LTC", "ZEC", "DASH", "BTG", "ETC",
1414
"BSV", "BCH", "XVG", "USDT", "XRP", "ARB", "BSC", "USDC",
15-
"TRX"]
15+
"TRX", "SOL"]
1616

1717
# List of implemented output formats
1818
OUTPUT_FORMATS = ["TXT", "JSON"]

0 commit comments

Comments
 (0)