Skip to content

Commit

Permalink
Bugfix: Joining correctly on celo transactions for safe_celo_transact…
Browse files Browse the repository at this point in the history
…ions spell
  • Loading branch information
danielpartida committed Apr 9, 2024
1 parent 8500052 commit 7715348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/safe/celo/safe_celo_transactions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ join {{ ref('safe_celo_safes') }} s
on s.address = tr."from"
join {{ ref('safe_celo_singletons') }} ss
on tr.to = ss.address
join {{ source('ethereum', 'transactions') }} et
join {{ source('celo', 'transactions') }} et
on tr.tx_hash = et.hash
and tr.block_number = et.block_number
where bytearray_substring(tr.input, 1, 4) in (
Expand Down

0 comments on commit 7715348

Please sign in to comment.