Skip to content

Commit

Permalink
Add source
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke committed Jun 26, 2024
1 parent b079c22 commit d5354bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ WITH pools AS (
, t.evt_tx_hash AS tx_hash
, t.evt_index AS evt_index
FROM
{{ source('bladeswap_blast', 'XYKPool_evt_Swap') }} t
{{ source('bladeswap_blast', 'Vault_Router_evt_Swap') }} t
INNER JOIN
pools f
ON f.pool = t.contract_address
ON f.pool = t.pool

)

Expand Down
1 change: 1 addition & 0 deletions sources/_sector/dex/trades/blast/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ sources:
tables:
- name: XYKPoolFactory_V2_evt_PoolCreated
- name: XYKPool_evt_Swap
- name: Vault_Router_evt_Swap

0 comments on commit d5354bd

Please sign in to comment.