Skip to content

Commit

Permalink
Update generate_parse_sql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Jan 17, 2025
1 parent b5e2493 commit 367c66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_parse_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Define BigQuery project and dataset for each chain
CHAIN_BQ_REFS = {
'unknown': '`notfound.notfond`',
'unknown': '`notfound.notfound`',
'bsc': '`nansen-datasets-prod.crypto_bsc_v2`',
'optimism': '`nansen-datasets-prod.crypto_optimism_v2`',
'arbitrum': '`nansen-datasets-prod.crypto_arbitrum_v2`',
Expand Down Expand Up @@ -195,4 +195,4 @@ def generate_trace_sql(json_string, signature, date, bq_ref):
sys.exit(1)

sql = generate_sql_from_json(args.json_file_path, args.date, args.contract_address)
print(sql)
print(sql)

0 comments on commit 367c66b

Please sign in to comment.