Skip to content

Commit 7392972

Browse files
remove filter on prices (#1273)
1 parent d3e4722 commit 7392972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spellbook/models/balances/ethereum/erc20/balances_ethereum_erc20_latest.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ LEFT JOIN {{ ref('tokens_ethereum_rebase') }} as r
2222
LEFT JOIN {{ ref('balances_ethereum_erc20_noncompliant') }} as nc
2323
ON rh.token_address = nc.token_address
2424
where rh.recency_index = 1
25-
and p.minute is not null
2625
and r.contract_address is null
2726
and nc.token_address is null

0 commit comments

Comments
 (0)