Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/evm/hardhat/HubPool.DisputeRootBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down
2 changes: 1 addition & 1 deletion test/evm/hardhat/chain-adapters/Scroll_Adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/svm/SvmSpoke.Bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down