Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zaivanza authored May 11, 2023
1 parent a853d78 commit 9321172
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
with open(f"{outfile}data/proxies.txt", "r") as f:
PROXIES = [row.strip() for row in f]

STR_DONE = '✅ '
STR_CANCEL = '❌ '

# меняем рпс на свои
DATA = {
'ethereum' : {'rpc': 'https://rpc.ankr.com/eth', 'scan': 'https://etherscan.io/tx', 'token': 'ETH'},
Expand Down

0 comments on commit 9321172

Please sign in to comment.