Commit 0d9c9b20 authored by refcell's avatar refcell Committed by GitHub

feat(ops): Wire Dispute Monitor into the Tag Service (#9369)

* feat(op-dispute-mon): wire up the op-dispute-mon into the tag service

* feat: add op-dispute-mon into the github actions tag service workflow
parent 94eba471
...@@ -27,6 +27,7 @@ on: ...@@ -27,6 +27,7 @@ on:
- op-batcher - op-batcher
- op-proposer - op-proposer
- op-challenger - op-challenger
- op-dispute-mon
- op-ufm - op-ufm
- proxyd - proxyd
- ufm-metamask - ufm-metamask
......
...@@ -17,6 +17,7 @@ MIN_VERSIONS = { ...@@ -17,6 +17,7 @@ MIN_VERSIONS = {
'op-node': '0.10.14', 'op-node': '0.10.14',
'op-batcher': '0.10.14', 'op-batcher': '0.10.14',
'op-challenger': '0.0.4', 'op-challenger': '0.0.4',
'op-dispute-mon': '0.0.0',
'op-proposer': '0.10.14', 'op-proposer': '0.10.14',
'op-ufm': '0.1.0', 'op-ufm': '0.1.0',
'proxyd': '3.16.0', 'proxyd': '3.16.0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment