From 577abebc5c8e33fa3f785f88221ae98ed6430389 Mon Sep 17 00:00:00 2001 From: Pedro Fernandes Date: Wed, 17 Jul 2024 16:54:50 -0300 Subject: [PATCH] enable m^0 --- protocols/m0/events.json | 0 protocols/m0/index.json | 6 ++++++ protocols/m0/overview.md | 1 + 3 files changed, 7 insertions(+) create mode 100644 protocols/m0/events.json create mode 100644 protocols/m0/index.json create mode 100644 protocols/m0/overview.md diff --git a/protocols/m0/events.json b/protocols/m0/events.json new file mode 100644 index 00000000..e69de29b diff --git a/protocols/m0/index.json b/protocols/m0/index.json new file mode 100644 index 00000000..90cfe709 --- /dev/null +++ b/protocols/m0/index.json @@ -0,0 +1,6 @@ +{ + "cname": "m0", + "path": "m0", + "description": "M^0", + "isEnabled": true +} diff --git a/protocols/m0/overview.md b/protocols/m0/overview.md new file mode 100644 index 00000000..3cc762b5 --- /dev/null +++ b/protocols/m0/overview.md @@ -0,0 +1 @@ +"" \ No newline at end of file