From aa0987aef0cc5aea063fa5065dbd94613d7aac1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor?= <47385090+hcastc00@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:24:17 +0200 Subject: [PATCH] Update setup-wizard.yml --- setup-wizard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index 59b3542..1513a75 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -8,7 +8,7 @@ fields: title: Operational Address description: Address used to sign attestations (Hot wallet) required: true - pattern: ^0x[0-9a-fA-F]{40}$ + pattern: ^0x[0-9a-fA-F]{1,64}$ patternErrorMessage: "Invalid contract address" - id: priv_key