diff --git a/developer-docs-site/docs/indexer/legacy/migration.md b/developer-docs-site/docs/indexer/legacy/migration.md index 268d86f9201fd..c75690a55423c 100644 --- a/developer-docs-site/docs/indexer/legacy/migration.md +++ b/developer-docs-site/docs/indexer/legacy/migration.md @@ -32,12 +32,15 @@ For each processor you're migrating, you'll need to create a config file using t ```yaml health_check_port: 8084 server_config: - processor_name: default_processor + processor_config: + type: default_processor postgres_connection_string: indexer_grpc_data_service_address: indexer_grpc_http2_ping_interval_in_secs: 60 indexer_grpc_http2_ping_timeout_in_secs: 10 auth_token: + starting_version: 0 # optional + ending_version: 0 # optional ``` To connect the processor to the Transaction Stream Service, you need to set the URL for `indexer_grpc_data_service_address`. Choose one of the following options.