mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 14:11:55 +00:00
removed trace address column from silver native transfers
This commit is contained in:
parent
2414f9c4e8
commit
2fd1b8cdae
@ -13,7 +13,6 @@ WITH eth_base AS (
|
||||
block_number,
|
||||
block_timestamp,
|
||||
identifier, --deprecate
|
||||
trace_address, --new column
|
||||
from_address,
|
||||
to_address,
|
||||
value,
|
||||
@ -83,7 +82,6 @@ SELECT
|
||||
block_number,
|
||||
block_timestamp,
|
||||
identifier, --deprecate
|
||||
trace_address, --new column
|
||||
origin_from_address,
|
||||
origin_to_address,
|
||||
origin_function_signature,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user