diff --git a/projects/hello-world/container/config.json b/projects/hello-world/container/config.json index 015ed04..1a9575a 100644 --- a/projects/hello-world/container/config.json +++ b/projects/hello-world/container/config.json @@ -6,7 +6,7 @@ "chain": { "enabled": true, "trail_head_blocks": 0, - "rpc_url": "###RPC_URL###", + "rpc_url": "https://mainnet.base.org/", "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", "wallet": { "max_gas_limit": 4000000, @@ -24,8 +24,9 @@ }, "forward_stats": true, "snapshot_sync": { - "sleep": 5, - "batch_size": 100 + "sleep": 2, + "batch_size": 10000, + "starting_sub_id": 100000 }, "containers": [ {