mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 15:51:48 +00:00
flow-evm (#403)
This commit is contained in:
parent
a0c10c0e71
commit
1f77755b2a
@ -173,7 +173,7 @@ incremental_traces AS (
|
||||
t.origin_function_signature,
|
||||
t.from_address AS origin_from_address,
|
||||
t.to_address AS origin_to_address,
|
||||
t.tx_position,
|
||||
f.tx_position,
|
||||
f.trace_index,
|
||||
f.from_address AS from_address,
|
||||
f.to_address AS to_address,
|
||||
@ -219,7 +219,7 @@ heal_missing_data AS (
|
||||
txs.origin_function_signature AS origin_function_signature_heal,
|
||||
txs.from_address AS origin_from_address_heal,
|
||||
txs.to_address AS origin_to_address_heal,
|
||||
txs.tx_position,
|
||||
t.tx_position,
|
||||
t.trace_index,
|
||||
t.from_address,
|
||||
t.to_address,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user