Skip to content

Commit

Permalink
Update tokens_solana_transfers.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 authored Jun 7, 2024
1 parent 862713f commit 19c5f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/tokens/solana/tokens_solana_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ SELECT
, call_outer_executing_account as outer_executing_account
FROM base tr
--get token and accounts
LEFT JOIN {{ ref('solana_utils_token_accounts') }} tk_s ON tk_s.address = tr.account_source
LEFT JOIN {{ ref('solana_utils_token_accounts') }} tk_d ON tk_d.address = tr.account_destination
INNER JOIN {{ ref('solana_utils_token_accounts') }} tk_s ON tk_s.address = tr.account_source
INNER JOIN {{ ref('solana_utils_token_accounts') }} tk_d ON tk_d.address = tr.account_destination
WHERE 1=1
-- AND call_block_time > now() - interval '90' day --for faster CI testing

0 comments on commit 19c5f98

Please sign in to comment.