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) {