diff --git a/projects/hello-world/container/config.json b/projects/hello-world/container/config.json index 99b11d2..2299730 100644 --- a/projects/hello-world/container/config.json +++ b/projects/hello-world/container/config.json @@ -11,6 +11,12 @@ "wallet": { "max_gas_limit": 4000000, "private_key": "###PRIVATE_KEY###" + }, + "snapshot_sync": { + "sleep": 3, + "batch_size": 800, + "starting_sub_id": 210000, + "sync_period": 30 } }, "startup_wait": 1.0, @@ -19,12 +25,7 @@ "port": 6379 }, "forward_stats": true, - "snapshot_sync": { - "sleep": 3, - "batch_size": 800, - "starting_sub_id": 210000, - "sync_period": 30 - }, + "containers": [ { "id": "hello-world",