Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason4276 committed Jan 9, 2025
1 parent 8386b9c commit 9eade12
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2

models:
- name: uniswap_pools_optimism_balances
description: "Tracks OP token balances in uniswap pools on Optimism."
meta:
blockchain: optimism
sector: DEX
project: uniswap
contributors: jason
config:
tags: ['optimism', 'op_token', 'balances', 'uniswap']
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- pool_address
- snapshot_day
2 changes: 2 additions & 0 deletions sources/_sector/dex/trades/optimism/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2

sources:
- name: uniswap_v3_optimism
tables:
- name: pools
- name: sushi_optimism
tables:
- name: ConstantProductPool_evt_Swap
Expand Down
1 change: 0 additions & 1 deletion sources/_subprojects_outputs/dex/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ sources:
- name: uniswap_v3_optimism
tables:
- name: ovm1_pool_mapping
- name: pools
- name: cow_protocol_ethereum
tables:
- name: trades
Expand Down

0 comments on commit 9eade12

Please sign in to comment.