From 25c9b936a0a8d991ec5ee84b8c0d2b85fa5947d7 Mon Sep 17 00:00:00 2001 From: zkbenny Date: Tue, 23 Jul 2024 16:15:01 +0800 Subject: [PATCH] fix doc --- examples/zklinkNova/scripts/getTxStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/zklinkNova/scripts/getTxStatus.js b/examples/zklinkNova/scripts/getTxStatus.js index 97d11e9..606566c 100644 --- a/examples/zklinkNova/scripts/getTxStatus.js +++ b/examples/zklinkNova/scripts/getTxStatus.js @@ -54,7 +54,7 @@ task('getTxStatus', 'Get the tx status of nova') // After the nova block finalize tx is confirmed on linea, we continue to check the status of Linea's tx finalized on Ethereum // Linea deployed a rollup contract on Ethereum and has a readable interface `function currentL2BlockNumber() external view` - // When the number of a block on Linea is greater or equal to the value of `currentL2BlockNumber` it means the block is finalized on Ethereum + // When the number of a block on Linea is smaller or equal to the value of `currentL2BlockNumber` it means the block is finalized on Ethereum const ethereumChainId = (await ethereumProvider.getNetwork()).chainId; const network = ethereumChainId === BigInt(1) ? 'linea-mainnet' : 'linea-sepolia'; const lineaSDK = new LineaSDK({