From 4a1d46a8c630014540ac6021c7f656679a7137c0 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 22 Nov 2023 11:10:48 +0000 Subject: [PATCH 1/2] 1k block max for scroll --- rust/config/mainnet3_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/config/mainnet3_config.json b/rust/config/mainnet3_config.json index fc06c4c8d5..c713d03fb5 100644 --- a/rust/config/mainnet3_config.json +++ b/rust/config/mainnet3_config.json @@ -625,7 +625,8 @@ "mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7", "validatorAnnounce": "0xd83A4F747fE80Ed98839e05079B1B7Fe037b1638", "index": { - "from": 426670 + "from": 426670, + "chunk": 1000 } } }, From afc2ed97a3e883a1d4c2093e459fcbf067d6b4f4 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 22 Nov 2023 11:14:05 +0000 Subject: [PATCH 2/2] make it 999 :/ --- rust/config/mainnet3_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/config/mainnet3_config.json b/rust/config/mainnet3_config.json index c713d03fb5..6b36f35fbe 100644 --- a/rust/config/mainnet3_config.json +++ b/rust/config/mainnet3_config.json @@ -626,7 +626,7 @@ "validatorAnnounce": "0xd83A4F747fE80Ed98839e05079B1B7Fe037b1638", "index": { "from": 426670, - "chunk": 1000 + "chunk": 999 } } },