From d354041d952f40abb88cb98db10686420311014f Mon Sep 17 00:00:00 2001 From: alit-by Date: Tue, 22 Oct 2024 21:48:57 +0300 Subject: [PATCH] Add_plantree_validator --- plantree/chains.json | 15 +++++++++++++++ plantree/profile.json | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 plantree/chains.json create mode 100644 plantree/profile.json diff --git a/plantree/chains.json b/plantree/chains.json new file mode 100644 index 0000000000..5ba7d3f4c6 --- /dev/null +++ b/plantree/chains.json @@ -0,0 +1,15 @@ +{ + "$schema": "../chains.schema.json", + "name": "plantree", + "chains": [ + { + "name": "atomone", + "address": "atonevaloper1mlxsccj7dmk6dy4qljzusgqyr8f0uyyattkmly", + "restake": { + "address": "atone1v0jcah2vrme4he9557hvnky9ymmg4fh5eqg72z", + "run_time": "every 1 hours", + "minimum_reward": 10000 + } + } + ] +} \ No newline at end of file diff --git a/plantree/profile.json b/plantree/profile.json new file mode 100644 index 0000000000..1258003247 --- /dev/null +++ b/plantree/profile.json @@ -0,0 +1,5 @@ +{ + "$schema": "../profile.schema.json", + "name": "plantree", + "identity": "1F7E6B6D2AD62DCD" +} \ No newline at end of file