-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.py
21 lines (16 loc) · 841 Bytes
/
vars.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
from tronapi import HttpProvider
fullNode = HttpProvider('https://api.trongrid.io')
solidityNode = HttpProvider('https://api.trongrid.io')
eventServer = HttpProvider('https://api.trongrid.io')
fullNodeAddress = 'https://api.trongrid.io'
solidityNodeAddress = 'https://api.trongrid.io'
eventServerAddress = 'https://api.trongrid.io'
shastaFullNode = HttpProvider('https://api.shasta.trongrid.io')
shastaSolidityNode = HttpProvider('https://api.shasta.trongrid.io')
shastaEventServer = HttpProvider('https://api.shasta.trongrid.io')
shastaBlockExplorer = HttpProvider('https://explorer.shasta.trongrid.io')
shastaFullNodeAddress = 'https://api.shasta.trongrid.io'
shastaSolidityNodeAddress = 'https://api.shasta.trongrid.io'
shastaEventServerAddress = 'https://api.shasta.trongrid.io'
# database configuration detail
dbName = 'db.sqlite3'