From 99ca06e42978d257bc460e6901acb3038e05f251 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 10:59:14 +0900 Subject: [PATCH] Update Neuron compatibility table (#3158) feat: Update Neuron compatibility table Co-authored-by: Keith-CY --- compatible.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/compatible.json b/compatible.json index 028ff3cb04..b2865b7a18 100644 --- a/compatible.json +++ b/compatible.json @@ -99,6 +99,22 @@ "0.3", "0.2" ] + }, + "0.116": { + "full": [ + "0.116", + "0.115", + "0.114", + "0.113", + "0.112", + "0.111", + "0.110", + "0.109" + ], + "light": [ + "0.3", + "0.2" + ] } } }