From 70934ef6acbfda39bbb18fa857db22ea5002dc58 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Wed, 11 Jun 2025 15:19:07 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20=20execution=20relayer=20?= =?UTF-8?q?config=20mismatch=20(#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was an ID mismatch with what was expected by the relayer and our config file. --- test/configs/snowbridge/execution-relay.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/configs/snowbridge/execution-relay.json b/test/configs/snowbridge/execution-relay.json index 091c7482..7d401057 100644 --- a/test/configs/snowbridge/execution-relay.json +++ b/test/configs/snowbridge/execution-relay.json @@ -33,7 +33,7 @@ }, "instantVerification": false, "schedule": { - "id": 1, + "id": null, "totalRelayerCount": 1, "sleepInterval": 1 }