mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
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:
parent
cd971ed373
commit
70934ef6ac
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"instantVerification": false,
|
||||
"schedule": {
|
||||
"id": 1,
|
||||
"id": null,
|
||||
"totalRelayerCount": 1,
|
||||
"sleepInterval": 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue