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 + } + } + ] +} 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" +}