mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 14:11:55 +00:00
remove trace_address from native_transfers
This commit is contained in:
parent
6170eb9175
commit
43892867da
@ -10,7 +10,6 @@ SELECT
|
||||
block_timestamp,
|
||||
tx_position,
|
||||
trace_index,
|
||||
trace_address, --new column
|
||||
origin_from_address,
|
||||
origin_to_address,
|
||||
origin_function_signature,
|
||||
|
||||
@ -16,8 +16,6 @@ models:
|
||||
description: '{{ doc("blast_trace_index") }}'
|
||||
- name: IDENTIFIER
|
||||
description: '{{ doc("evm_column_deprecation_notice_identifier") }}'
|
||||
- name: TRACE_ADDRESS
|
||||
description: '{{ doc("evm_trace_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("blast_origin_from") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user