From 8c2f507abc3cde1b25cc32f1b09b5ccd157d75f1 Mon Sep 17 00:00:00 2001 From: igorroncevic <57319163+igorroncevic@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:21:23 +0300 Subject: [PATCH] fix: configure wrapper helpers with authenticator --- cannonfile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cannonfile.toml b/cannonfile.toml index e3f01f0..75b8a22 100644 --- a/cannonfile.toml +++ b/cannonfile.toml @@ -57,7 +57,7 @@ artifact = "CowWrapperHelpers" create2 = true ifExists = "continue" salt = "<%= settings.wrapperHelpersSalt %>" -args = ["<%= settings.cowSettlementAddress %>"] +args = ["<%= cow.Authenticator.address %>"] # Authorise these wrappers as a solvers [invoke.authorizeOpenWrapper]