hotfix use prod table as reference

This commit is contained in:
desmond-hui 2024-12-06 07:07:29 -08:00
parent 2fc321ebdb
commit 2cfa4258eb

View File

@ -19,7 +19,7 @@ select
silver.udf_get_account_balances_index(dest_token_account, t.account_keys) IS NOT NULL
OR silver.udf_get_account_balances_index(source_token_account, t.account_keys) IS NOT NULL
) AS is_wsol
from solana_dev.silver.transfers_null_mints AS tr
from solana.silver.transfers_null_mints AS tr
join solana.silver.transactions AS t
using(tx_id)
where