mirror of
https://github.com/FlipsideCrypto/aurora-models.git
synced 2026-02-06 14:16:47 +00:00
hotfix
This commit is contained in:
parent
f19f733f71
commit
0ac1297ec3
@ -195,7 +195,7 @@ final_traces AS (
|
||||
value_precise_raw,
|
||||
18
|
||||
) AS value_precise,
|
||||
value_precise :: FLOAT AS value,
|
||||
value_precise :: FLOAT AS VALUE,
|
||||
utils.udf_hex_to_int(
|
||||
trace_json :gas :: STRING
|
||||
) :: INT AS gas,
|
||||
@ -321,13 +321,13 @@ FINAL AS (
|
||||
tx_hash,
|
||||
block_timestamp,
|
||||
tx_status,
|
||||
position,
|
||||
POSITION,
|
||||
trace_index,
|
||||
from_address,
|
||||
to_address,
|
||||
value_precise_raw,
|
||||
value_precise,
|
||||
value,
|
||||
VALUE,
|
||||
gas,
|
||||
gas_used,
|
||||
input,
|
||||
@ -351,14 +351,13 @@ SELECT
|
||||
tx_hash,
|
||||
block_timestamp,
|
||||
tx_status,
|
||||
position,
|
||||
tx_hash,
|
||||
POSITION,
|
||||
trace_index,
|
||||
from_address,
|
||||
to_address,
|
||||
value_precise_raw,
|
||||
value_precise,
|
||||
value,
|
||||
VALUE,
|
||||
gas,
|
||||
gas_used,
|
||||
input,
|
||||
@ -381,12 +380,12 @@ SELECT
|
||||
tx_hash,
|
||||
block_timestamp,
|
||||
tx_status,
|
||||
position AS tx_position,
|
||||
POSITION AS tx_position,
|
||||
trace_index,
|
||||
from_address,
|
||||
to_address,
|
||||
value_precise,
|
||||
value,
|
||||
VALUE,
|
||||
gas,
|
||||
gas_used,
|
||||
input,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user