-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.py
More file actions
24 lines (20 loc) · 946 Bytes
/
settings.py
File metadata and controls
24 lines (20 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
'''
========================================================SETTINGS========================================================
DECIMALS = 6 | Number of decimal places for numbers in the table.
PROXY = [
'ip:port@login:password', | Your proxy list.
'ip:port@login:password', | If you have a large number of wallets, RPCs may generate a limit error.
'ip:port@login:password', | You need proxies to prevent them.
'ip:port@login:password', | PROXY = None, if don't want use proxy.
'ip:port@login:password', | Proxy format HTTP(S), IPv4.
]
========================================================================================================================
'''
DECIMALS = 6
PROXY = [
'ip:port@login:password',
'ip:port@login:password',
'ip:port@login:password',
'ip:port@login:password',
'ip:port@login:password',
]