From 00f49a381ca8767c54daa66797160ae0c6ab8371 Mon Sep 17 00:00:00 2001 From: R Chaganti Date: Mon, 4 Dec 2023 18:35:43 +0530 Subject: [PATCH] fix late checkpoint status --- src/helpers/maticClient.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helpers/maticClient.js b/src/helpers/maticClient.js index b7cab9f..a3ee130 100644 --- a/src/helpers/maticClient.js +++ b/src/helpers/maticClient.js @@ -19,7 +19,8 @@ async function initMatic(isMainnet, maticRPC, ethereumRPC) { child: { provider: maticRPC, defaultConfig: {} - } + }, + rootChainDefaultBlock: 'latest' } const posClient = new POSClient() await posClient.init(maticConfig)