From f18eb312c032187c74c8e97110f317c9801363ad Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Wed, 6 Dec 2023 02:39:21 +0800 Subject: [PATCH] change config l1 start block number --- bridge-history-api/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge-history-api/config.json b/bridge-history-api/config.json index bac212fa42..eced4e422d 100644 --- a/bridge-history-api/config.json +++ b/bridge-history-api/config.json @@ -3,7 +3,7 @@ "chain_id": 1, "confirmation": 64, "endpoint": "https://rpc.ankr.com/eth", - "startHeight": 18334000, + "startHeight": 18332000, "blockTime": 10, "fetchLimit": 30, "MessengerAddr": "0x6774Bcbd5ceCeF1336b5300fb5186a12DDD8b367",