Skip to content

Commit 06db3c0

Browse files
fix: uncomment function call
1 parent 2706b41 commit 06db3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/scripts/allPathTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const sendMessagesToAllPaths = async (params: {
224224
const main = async () => {
225225
let senderChains = chains;
226226
let receiverChains = chains;
227-
// await sendMessagesToAllPaths({ senderChains, receiverChains });
227+
await sendMessagesToAllPaths({ senderChains, receiverChains });
228228
};
229229

230230
main()

0 commit comments

Comments
 (0)