Skip to content

Commit

Permalink
fix: uncomment function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshaagrawal committed May 18, 2023
1 parent 2706b41 commit 06db3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/scripts/allPathTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const sendMessagesToAllPaths = async (params: {
const main = async () => {
let senderChains = chains;
let receiverChains = chains;
// await sendMessagesToAllPaths({ senderChains, receiverChains });
await sendMessagesToAllPaths({ senderChains, receiverChains });
};

main()
Expand Down

0 comments on commit 06db3c0

Please sign in to comment.