Update 'projects/hello-world/container/config.json'

This commit is contained in:
vvzvlad 2024-08-22 05:01:20 +03:00
parent 65ffe60540
commit 8ee55c5172

View File

@ -6,7 +6,7 @@
"chain": { "chain": {
"enabled": true, "enabled": true,
"trail_head_blocks": 0, "trail_head_blocks": 0,
"rpc_url": "###RPC_URL###", "rpc_url": "https://mainnet.base.org/",
"registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170", "registry_address": "0x3B1554f346DFe5c482Bb4BA31b880c1C18412170",
"wallet": { "wallet": {
"max_gas_limit": 4000000, "max_gas_limit": 4000000,
@ -24,8 +24,9 @@
}, },
"forward_stats": true, "forward_stats": true,
"snapshot_sync": { "snapshot_sync": {
"sleep": 5, "sleep": 2,
"batch_size": 100 "batch_size": 10000,
"starting_sub_id": 100000
}, },
"containers": [ "containers": [
{ {