Skip to content

Commit

Permalink
Merge pull request #330 from aleksandrkaekhtin/feature/s7_defi
Browse files Browse the repository at this point in the history
Update jvault_excluded_pools
  • Loading branch information
aleksandrkaekhtin authored Dec 17, 2024
2 parents 0a728f5 + 8453cf8 commit c19d9f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seasons/sql/s7_defi_tvl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ with wallets_start as (
(select * from core_prices union all select * from lptokens_prices union all select * from jettons_prices)
), jvault_excluded_pools as (
select '0:019A00628A27EF0F33E57B602971D3C4FA50FAAED1E4273546B1D6CFC14CED4C' as pool_address
union all
select '0:FCEB337D82AAD212C60C9B4A401296E193A2477F63C6A496A510A2A71A316B80' as pool_address
), jvault_pools as (
select address as pool_address from nft_items ni
left join jvault_excluded_pools jep on address = pool_address
Expand Down

0 comments on commit c19d9f9

Please sign in to comment.