From f63e26fce231d309c97b742f2d44700e6c2adfaf Mon Sep 17 00:00:00 2001 From: ShidoDutch <165881475+AFCARICK@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:23:14 +0000 Subject: [PATCH 1/2] Create chains.json --- Shinobi-Validator/chains.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Shinobi-Validator/chains.json diff --git a/Shinobi-Validator/chains.json b/Shinobi-Validator/chains.json new file mode 100644 index 0000000000..5e5f73402a --- /dev/null +++ b/Shinobi-Validator/chains.json @@ -0,0 +1,15 @@ +{ + "$schema": "../chains.schema.json", + "name": "Shinobi-Validator", + "chains": [ + { + "name": "shido", + "address": "shidovaloper196f7nd7grhs3kljdmu7mx52d5p78dt5j9zu495", + "restake": { + "address": "shido196f7nd7grhs3kljdmu7mx52d5p78dt5jag8a65", + "run_time": "every 1 minute", + "minimum_reward": 1000000 + } + } + ] +} From a83925c3ed81044a417cf626f81e60f97502dbd3 Mon Sep 17 00:00:00 2001 From: ShidoDutch <165881475+AFCARICK@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:23:46 +0000 Subject: [PATCH 2/2] Create profile.json --- Shinobi-Validator/profile.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Shinobi-Validator/profile.json diff --git a/Shinobi-Validator/profile.json b/Shinobi-Validator/profile.json new file mode 100644 index 0000000000..b1425f534b --- /dev/null +++ b/Shinobi-Validator/profile.json @@ -0,0 +1,5 @@ +{ + "$schema": "../profile.schema.json", + "name": "Shinobi-Validator", + "identity": "FEEAEDB9FA46F3CC" +}