File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ SAVINGS_MODULE_ABI_FILENAME="abi/SavingsModule.json"
4
4
SAVINGS_MODULE_ADDRESS = " 0xF5402dDA4C904AbfF40Bc2A7A133980785F59780"
5
5
IDEFI_MODULE_ABI_FILENAME = " abi/IDefiProtocol.json"
6
6
ARCHIVE_NODE = " https://api.archivenode.io/fsdsd"
7
- PYTHONPATH = "./delphi_api" #this stops vs code about complaining about unresolved imports
7
+ PYTHONPATH = "./delphi_api" #this stops vs code about complaining about unresolved imports
8
+ BQ_STORAGE_URL = " path/to/data"
Original file line number Diff line number Diff line change 1
1
# from .api import *
2
+ # from .bqSync import *
2
3
from .listen import *
3
4
4
5
Original file line number Diff line number Diff line change 13
13
14
14
15
15
def main (get_bq_data , test ):
16
+ print ("BigQuery Sync + Redis Storage Populate" )
17
+ print (f"Grab BQ Data: { get_bq_data } " )
18
+ print (f"TestRun: { test } " )
16
19
# connect to web3
17
20
eth = EthClient ()
18
21
eth .setup ()
You can’t perform that action at this time.
0 commit comments