From e7e65ddda89f04ea20f5bc0533cabcba49f37773 Mon Sep 17 00:00:00 2001 From: Foxinou <37015399+FoxinouFR@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:27:26 +0100 Subject: [PATCH] Add Atomone restake for Foxinodes --- foxinodes/chains.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/foxinodes/chains.json b/foxinodes/chains.json index f84020a06e..d5e8168509 100644 --- a/foxinodes/chains.json +++ b/foxinodes/chains.json @@ -46,6 +46,15 @@ "run_time": "every 1 hour", "minimum_reward": 1000000 } + }, + { + "name": "atomone", + "address": "atonevaloper1h7akavny3gx37rc57cth7h7829v6z72j3qmtnq", + "restake": { + "address": "atone17kxwsh0pnu25lqa97vdsc3f59mn3uswj4lrchm", + "run_time": "every 1 hour", + "minimum_reward": 100000 + } } ] }