From 35164bf191d628bc949a01c615f12ccfff4bd9ac Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:59:31 +0200 Subject: [PATCH 1/3] Update SvmSpoke.Bundle.ts --- test/svm/SvmSpoke.Bundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/svm/SvmSpoke.Bundle.ts b/test/svm/SvmSpoke.Bundle.ts index 4c03767e8..48559f5b0 100644 --- a/test/svm/SvmSpoke.Bundle.ts +++ b/test/svm/SvmSpoke.Bundle.ts @@ -663,7 +663,7 @@ describe("svm_spoke.bundle", () => { relayerRefundLeaves.push({ isSolana: true, leafId: new BN(0), - // Set chainId to 1000. this is a diffrent chainId than what is set in the initialization. This mimics trying to execute a leaf for another chain on the SVM chain. + // Set chainId to 1000. this is a different chainId than what is set in the initialization. This mimics trying to execute a leaf for another chain on the SVM chain. chainId: new BN(1000), amountToReturn: new BN(0), mintPublicKey: mint, From 432192e1d2ad04026293ce1603dd6c869d08d264 Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Sat, 23 Aug 2025 18:59:52 +0200 Subject: [PATCH 2/3] Update HubPool.DisputeRootBundle.ts --- test/evm/hardhat/HubPool.DisputeRootBundle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/evm/hardhat/HubPool.DisputeRootBundle.ts b/test/evm/hardhat/HubPool.DisputeRootBundle.ts index 2b1544faf..7fde3b662 100644 --- a/test/evm/hardhat/HubPool.DisputeRootBundle.ts +++ b/test/evm/hardhat/HubPool.DisputeRootBundle.ts @@ -30,7 +30,7 @@ describe("HubPool Root Bundle Dispute", function () { consts.mockSlowRelayRoot ); - // Increment time to avoid any weirdness with the dispute occuring at the same time as the proposal. + // Increment time to avoid any weirdness with the dispute occurring at the same time as the proposal. const proposalTime = await hubPool.getCurrentTime(); await hubPool.connect(dataWorker).setCurrentTime(proposalTime.add(15)); From 206c8157f89d6562d7bb7dded6cfc8a8f2f0e0ec Mon Sep 17 00:00:00 2001 From: Alvarez <140459501+prestoalvarez@users.noreply.github.com> Date: Sat, 23 Aug 2025 19:00:27 +0200 Subject: [PATCH 3/3] Update Scroll_Adapter.ts --- test/evm/hardhat/chain-adapters/Scroll_Adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts b/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts index b55a84ba1..81d5c7830 100644 --- a/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts +++ b/test/evm/hardhat/chain-adapters/Scroll_Adapter.ts @@ -204,7 +204,7 @@ describe("Scroll Chain Adapter", function () { const hubTxn = await hubPool.relaySpokePoolAdminFunction(scrollChainId, functionCallData); // To begin, we're expecting that the relaying fees needed to send this message have bene - // derrived from `l1GasPriceOracle.estimateCrossDomainMessageFee`. + // derived from `l1GasPriceOracle.estimateCrossDomainMessageFee`. await expect(hubTxn).to.changeEtherBalances([l1Messenger], [fakedRelayerFee]); // Let's check that the L1->L2 message was sent correctly and that the message