-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
26 lines (26 loc) · 899 Bytes
/
config.yaml
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
name: SavingsDai
description: Tokenized Vaults
networks:
- id: 1
rpc_config:
url: https://eth.merkle.io
start_block: 16428133
contracts:
- name: SavingsDai
address:
- 0x83F20F44975D03b1b09e64809B757c47f942BEeA
abi_file_path: null
handler: src/EventHandlers.ts
events:
- event: Approval(address indexed owner, address indexed spender, uint256 value)
requiredEntities:
- name: EventsSummary
- event: Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
requiredEntities:
- name: EventsSummary
- event: Transfer(address indexed from, address indexed to, uint256 value)
requiredEntities:
- name: EventsSummary
- event: Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
requiredEntities:
- name: EventsSummary