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
| Required | RPC_HTTP_URL | The URL to access the blockchain using HTTP. Optional if RPC_WS_URL is provided. |http://host.docker.internal:8545 (when running in Docker) |
15
+
| Optional | RPC_WS_URL | The URL to access the blockchain using WebSocket. Optional if RPC_HTTP_URL is provided. |
16
+
| Optional | START_BLOCK | The block to start indexing from. The block in which the `World` contract was deployed is a good choice. | 1 |
17
+
| Optional | DEBUG=mud:\*| Turn on debugging ||
18
+
| Optional | STORE_ADDRESS | Only index tables from this `World`|
19
+
| Required | DATABASE_URL | URL for the database, of the form `postgres://<host>/<database>`|
20
+
| Optional | FOLLOW_BLOCK_TAG | The block tag to index. Options: `latest`, `safe`, `finalized`. Defaults to `safe`. | safe |
21
+
| Optional | MAX_BLOCK_RANGE | The maximum number of blocks to index in a single batch. Defaults to 1000. | 1000 |
22
+
| Optional | POLL_INTERVAL | The interval in milliseconds to poll for new blocks. Defaults to 1000. | 1000 |
0 commit comments