Skip to content

Commit 155529a

Browse files
authored
make join unique for multiple pools deployed in one tx (#7894)
1 parent d6cd9f6 commit 155529a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: dbt_subprojects/dex/models/_projects/curvefi/ethereum/curve_ethereum_view_pools.sql

+1
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ v1_stableswap_ng as (
249249
) }} dp
250250
ON dp.call_block_time = p.evt_block_time
251251
AND dp.call_tx_hash = p.evt_tx_hash
252+
AND dp._coins = p.coins
252253
),
253254

254255

0 commit comments

Comments
 (0)