From 565caec4f9e94db89671f4536231851829ef2659 Mon Sep 17 00:00:00 2001 From: arlai Date: Thu, 31 Oct 2024 09:25:29 +0100 Subject: [PATCH] Adding Moonkitt validator and AtomOne chain --- Moonkitt/chains.json | 15 +++++++++++++++ Moonkitt/profile.json | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 Moonkitt/chains.json create mode 100644 Moonkitt/profile.json diff --git a/Moonkitt/chains.json b/Moonkitt/chains.json new file mode 100644 index 0000000000..1a0d3e7e85 --- /dev/null +++ b/Moonkitt/chains.json @@ -0,0 +1,15 @@ +{ + "$schema": "../chains.schema.json", + "name": "Moonkitt", + "chains": [ + { + "name": "atomone", + "address": "atonevaloper17v5lwndhdf7mcv6hgk0tnn90x8gy3shquej2mx", + "restake": { + "address": "atone1dcgdt8l5n50mlan7s8dehm7xlc8qdfa7l6tlce", + "run_time": "every 4 hours", + "minimum_reward": 100000 + } + } + ] +} \ No newline at end of file diff --git a/Moonkitt/profile.json b/Moonkitt/profile.json new file mode 100644 index 0000000000..d44c738b47 --- /dev/null +++ b/Moonkitt/profile.json @@ -0,0 +1,5 @@ +{ + "$schema": "../profile.schema.json", + "name": "Moonkitt", + "identity": "022AF2C303C88B9C" +} \ No newline at end of file