update/misc-main-issues (#1059)

columns
This commit is contained in:
drethereum 2025-05-20 13:19:19 -06:00 committed by GitHub
parent a8d19a517c
commit 6bd474440b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ SELECT
block_number,
block_timestamp,
tb.address AS user_address,
contract_address,
tb.contract_address,
prev_bal_unadj,
CASE
WHEN C.decimals IS NOT NULL THEN prev_bal_unadj / pow(

View File

@ -29,7 +29,7 @@ token_metadata AS (
inserted_timestamp,
modified_timestamp
FROM
{{ ref("silver__contracts") }}
{{ ref("core__dim_contracts") }}
),
last_price AS (
SELECT