From 170a67f6cd80ec7bec66a6793426b8b53569690e Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Sat, 28 Oct 2023 18:54:36 -0400 Subject: [PATCH] Dont one-shot indexing --- rust/config/testnet_neutron_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/config/testnet_neutron_config.json b/rust/config/testnet_neutron_config.json index fb9b2c2140..de987f9d28 100644 --- a/rust/config/testnet_neutron_config.json +++ b/rust/config/testnet_neutron_config.json @@ -72,7 +72,7 @@ "prefix": "neutron" }, "index": { - "from": 4200000, + "from": 4000000, "chunk": 100000 } }