Skip to content

Commit

Permalink
Add optimized SQTH pool
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Sep 24, 2022
1 parent c500d05 commit 78fd84a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pipeline/meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ plugins:
- name: WETH/oSQTH 0.30% eWETH eoSQTH
address: '0xd41e2eB322A183C5bfeD9CeBFDB7bD0DFCfc040f'
start_block: 15499023
- name: WETH/oSQTH 0.30% eWETH eoSQTH
address: '0xe53555FDBe3B38455671794b2280b7Fa357C6b48'
start_block: 15599363
events:
- Transfer
getters:
Expand Down
3 changes: 1 addition & 2 deletions pipeline/transform/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ models:
my_meltano_project:
+on_schema_change: "sync_all_columns"
vars:
apr_days: 14

apr_days: 1
1 change: 1 addition & 0 deletions pipeline/transform/seeds/pools.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pool_address,pool_type,chain_id,token0_address,token1_address
0x37dc6FCb5C03d46b097B094785c9fA557aa32fd4,aloe_blend,1,0x03ab458634910aad20ef5f1c8ee96f1d6ac54919,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
0x021016FbB4d3AAeaA440508C5E06Ce8c1039FCCD,aloe_blend,1,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xf4d2888d29d722226fafa5d9b24f9164c092421e
0xd41e2eB322A183C5bfeD9CeBFDB7bD0DFCfc040f,aloe_blend,1,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b
0xe53555FDBe3B38455671794b2280b7Fa357C6b48,aloe_blend,1,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2,0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b
0xa6c49FD13E50a30C65E6C8480aADA132011D0613,g_uni,1,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
0x716bd8A7f8A44B010969A1825ae5658e7a18630D,visor,1,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
0x9bF7B46C7aD5ab62034e9349Ab912C0345164322,charm,1,0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48,0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Expand Down

0 comments on commit 78fd84a

Please sign in to comment.