From f4b07e936efb6acd472197f1c957d8134cab5898 Mon Sep 17 00:00:00 2001 From: Keith-CY <7271329+Keith-CY@users.noreply.github.com> Date: Wed, 28 May 2025 06:15:37 +0000 Subject: [PATCH] feat: Update Neuron compatibility table --- compatible.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/compatible.json b/compatible.json index d06f74e3d..87521b060 100644 --- a/compatible.json +++ b/compatible.json @@ -259,6 +259,30 @@ "0.3", "0.2" ] + }, + "0.201": { + "full": [ + "0.201", + "0.200", + "0.121", + "0.120", + "0.119", + "0.118", + "0.117", + "0.116", + "0.115", + "0.114", + "0.113", + "0.112", + "0.111", + "0.110", + "0.109" + ], + "light": [ + "0.4", + "0.3", + "0.2" + ] } } -} +}