forked from superkeyio/tap-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
59 lines (59 loc) · 1.71 KB
/
meltano.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
version: 1
send_anonymous_usage_stats: true
project_id: a5eda732-9497-4af2-9c83-43af20c2de16
plugins:
extractors:
- name: tap-ethereum
namespace: tap_ethereum
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: ethereum_rpc
- name: contracts
- name: etherscan_api_key
- name: confirmations
- name: max_attempts
- name: max_timeout
- name: base_backoff_interval
- name: rps
config:
max_attempts: 3
max_timeout: 10000
base_backoff_interval: 500
rps: 100
confirmations: 12
contracts:
- name: AloeBlend
abi: ./examples/aloe-blend/abi.json
instances:
- name: USDC/WETH 0.05% cUSDC cETH
address: '0x33cB657E7fd57F1f2d5f392FB78D5FA80806d1B4'
start_block: 14170520
# - name: FEI/TRIBE 0.05% fFEI 8 fTRIBE 8
# address: '0x0B76ABb170519C292da41404fDc30Bb5BEf308Fc'
# start_block: 14164593
# - name: WBTC/WETH 0.05% yvWBTC yvWETH
# address: '0xE801c4175A0341e65dFef8F3B79e1889047AfEbb'
# start_block: 14164820
# - name: RAI/WETH 0.30% fRAI 9 yvWETH
# address: '0x37dc6FCb5C03d46b097B094785c9fA557aa32fd4'
# start_block: 14261737
# - name: WETH/LOOKS 0.30% cETH LooksRare Staking
# address: '0x021016FbB4d3AAeaA440508C5E06Ce8c1039FCCD'
# start_block: 14279169
events:
- Transfer
# getters:
# - getInventory
# - totalSupply
loaders:
- name: target-postgres
variant: transferwise
pip_url: pipelinewise-target-postgres
config:
add_metadata_columns: true
flush_all_streams: true
batch_size_rows: 100