fix: 🔧 execution relayer config mismatch (#94)

There was an ID mismatch with what was expected by the relayer and our
config file.
This commit is contained in:
Gonza Montiel 2025-06-11 15:19:07 +02:00 committed by GitHub
parent cd971ed373
commit 70934ef6ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@
},
"instantVerification": false,
"schedule": {
"id": 1,
"id": null,
"totalRelayerCount": 1,
"sleepInterval": 1
}