We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2706b41 commit 06db3c0Copy full SHA for 06db3c0
scripts/deploy/scripts/allPathTest.ts
@@ -224,7 +224,7 @@ export const sendMessagesToAllPaths = async (params: {
224
const main = async () => {
225
let senderChains = chains;
226
let receiverChains = chains;
227
- // await sendMessagesToAllPaths({ senderChains, receiverChains });
+ await sendMessagesToAllPaths({ senderChains, receiverChains });
228
};
229
230
main()
0 commit comments