From 81c74d4c6cf8cca8cc801ff74828be3b6158cbef Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Wed, 7 Feb 2024 11:29:48 -0800 Subject: [PATCH] chore: A bit of comment --- .../src/tasks/oapp/wire/subtask.configure.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ua-devtools-evm-hardhat/src/tasks/oapp/wire/subtask.configure.ts b/packages/ua-devtools-evm-hardhat/src/tasks/oapp/wire/subtask.configure.ts index b22f6533f..e9b4846b3 100644 --- a/packages/ua-devtools-evm-hardhat/src/tasks/oapp/wire/subtask.configure.ts +++ b/packages/ua-devtools-evm-hardhat/src/tasks/oapp/wire/subtask.configure.ts @@ -38,6 +38,8 @@ const action: ActionType = async ({ throw new Error(`An error occurred while verifying OApp OmniGraph: ${error}`) } + // The only thing this task does is it uses the provided arguments + // to compile a list of OmniTransactions try { return await configurator(graph, oappFactory) } catch (error) {