You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2022. It is now read-only.
- `database` fields hold the paramaters for connection to the Postgres database
@@ -188,6 +195,7 @@ The config file linked to in the `--config` cli flag should have the below forma
188
195
- If methodArgs are provided then only those values will be used to poll methods
189
196
- `startingBlock` is the block we want to begin watching the contract, usually the deployment block of that contract
190
197
- `piping` is a boolean flag which indicates whether or not we want to pipe return method values forward as arguments to subsequent method calls
198
+
- `ethereum` fields hold information for the Ethereum node, network, and chain
191
199
192
200
At the very minimum, for each contract address an ABI and a starting block number need to be provided (or just the starting block if the ABI can be reliably fetched from Etherscan).
193
201
With just this information we will be able to watch all events at the contract, but with no additional filters and no method polling.
0 commit comments