Skip to content

Commit

Permalink
fix: all path test
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshaagrawal committed Sep 7, 2023
1 parent 166eff8 commit 51fcb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/scripts/allPathTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ export const sendMessagesToAllPaths = async (params: {
};

const main = async () => {
let senderChains = [ChainSlug.OPTIMISM_GOERLI];
let receiverChains = [ChainSlug.ARBITRUM_GOERLI];
let senderChains = chains;
let receiverChains = chains;
let count = 1;
await sendMessagesToAllPaths({ senderChains, receiverChains, count });
};
Expand Down

0 comments on commit 51fcb9e

Please sign in to comment.