-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
99 lines (99 loc) · 2.03 KB
/
config.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"database": "$DATABASE_URL",
"dataSources": {
"EtherFi": {
"startBlock": 105927637,
"address": "0x6329004E903B7F420245E7aF3f355186f2432466",
"abi": "abis/etherfi/TVLOracle.json",
"network": "optimism"
},
"VaultsRegistry": {
"startBlock": 18470079,
"address": "0x3a0008a588772446f6e656133C2D5029CC4FC20E",
"abi": "abis/stakewise/VaultsRegistry.json",
"network": "ethereum"
}
},
"templates": {
"ETHVault": {
"abi": "abis/stakewise/EthVault.json",
"network": "ethereum"
}
},
"blockHandlers": {
"BeaconDeposit": {
"startBlock": 11052984,
"network": "ethereum",
"step": 720
},
"CbETH": {
"startBlock": 18476729,
"network": "ethereum",
"step": 720
},
"CbETHBase": {
"startBlock": 20047255,
"network": "base",
"step": 720
},
"RocketPool": {
"startBlock": 19796144,
"network": "ethereum",
"step": 720
},
"Swell": {
"startBlock": 17030767,
"network": "ethereum",
"step": 720
},
"Lido": {
"startBlock": 11473216,
"network": "ethereum",
"step": 720
},
"Renzo": {
"startBlock": 20047255,
"network": "ethereum",
"step": 720
},
"Mantle": {
"startBlock": 18290587,
"network": "ethereum",
"step": 720
},
"Stader": {
"startBlock": 17416153,
"network": "ethereum",
"step": 720
},
"ETHUSDC": {
"startBlock": 18476729,
"network": "ethereum",
"step": 720
},
"RPLUSDC": {
"startBlock": 14598687,
"network": "ethereum",
"step": 720
},
"Blobs": {
"startBlock": 20435996,
"network": "ethereum",
"step": 1
}
},
"networks": {
"ethereum": {
"rpcUrl": "$ETH_RPC_URL",
"requestsPerSecond": 300
},
"optimism": {
"rpcUrl": "$OPT_RPC_URL",
"requestsPerSecond": 300
},
"base": {
"rpcUrl": "$BASE_RPC_URL",
"requestsPerSecond": 300
}
}
}