From 6d3ae36eaf329565b07346ad3596e241c813d66f Mon Sep 17 00:00:00 2001 From: Keith-CY <7271329+Keith-CY@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:36:10 +0000 Subject: [PATCH] feat: Update Neuron compatibility table --- compatible.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/compatible.json b/compatible.json index 7e9f198dc6..cdb29ad5bf 100644 --- a/compatible.json +++ b/compatible.json @@ -159,6 +159,26 @@ "0.3", "0.2" ] + }, + "0.119": { + "full": [ + "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" + ] } } }