From 2f33d0e599e5c3cd128fb76cef53fc5e0cd74502 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 23 Oct 2024 22:57:16 +0300 Subject: [PATCH] Added Insigma validator --- Insigma/chains.json | 51 +++++++++++++++++++++++++++++++++++++++++++ Insigma/profile.json | 9 ++++++++ Insigma/services.json | 11 ++++++++++ 3 files changed, 71 insertions(+) create mode 100644 Insigma/chains.json create mode 100644 Insigma/profile.json create mode 100644 Insigma/services.json diff --git a/Insigma/chains.json b/Insigma/chains.json new file mode 100644 index 0000000000..ddf9fb41cf --- /dev/null +++ b/Insigma/chains.json @@ -0,0 +1,51 @@ +{ + "$schema": "../chains.schema.json", + "name": "Insigma Σ", + "chains": [ + { + "name": "persistence", + "address": "persistencevaloper1e9x82674wvcax5grrfcd8erjgd2kuj4m0n3fsr", + "restake": { + "address": "persistence1n6vh9w086gs2tu0hdnezrhlq53cyqd0zc7lj4l", + "run_time": ["09:00", "21:00"], + "minimum_reward": 1000000 + } + }, + { + "name": "stargaze", + "address": "starsvaloper1syxleazzdssynj4agrrlnt9hvsh23jfmlqj2tp", + "restake": { + "address": "stars1n6vh9w086gs2tu0hdnezrhlq53cyqd0zzwwus2", + "run_time": ["09:00", "21:00"], + "minimum_reward": 5000000 + } + }, + { + "name": "humans", + "address": "humanvaloper17ul6yq6mjk7akq3t9u4088rzpqwgm38mz06yk2", + "restake": { + "address": "human1f7dgl4kwjz4fj7epmq2kcscqtkvy495kzt39ke", + "run_time": ["09:00", "21:00"], + "minimum_reward": 1000000000000000000 + } + }, + { + "name": "bandchain", + "address": "bandvaloper1plmzqsmmh7l2gwla63g2cuv4jywvjdpe55upq4", + "restake": { + "address": "band1f467rtpc37rj6v3pds8gexxxps5e8vha7xmhvl", + "run_time": ["09:00", "21:00"], + "minimum_reward": 100000 + } + }, + { + "name": "bitsong", + "address": "bitsongvaloper16y6k46pmrw3wpu0akd2lp6606aq5u29eq0r8qz", + "restake": { + "address": "bitsong1w0x4qmjngn4gggavc3rxgxzpwzdkndjz8e8v6y", + "run_time": ["09:00", "21:00"], + "minimum_reward": 1000000 + } + } + ] +} diff --git a/Insigma/profile.json b/Insigma/profile.json new file mode 100644 index 0000000000..71b0db5cee --- /dev/null +++ b/Insigma/profile.json @@ -0,0 +1,9 @@ +{ + "$schema": "../profile.schema.json", + "name": "Insigma Σ", + "identity": "AAE2E594C0B4309D", + "website": "https://www.insigma.xyz", + "description": { + "overview": "Reliable Validator for a Decentralized Future" + } +} diff --git a/Insigma/services.json b/Insigma/services.json new file mode 100644 index 0000000000..67f5c7bc8b --- /dev/null +++ b/Insigma/services.json @@ -0,0 +1,11 @@ +{ + "$schema": "../services.schema.json", + "name": "Insigma Σ", + "services": [ + { + "title": "Insigma Σ", + "description": "Reliable Validator for a Decentralized Future", + "url": "https://www.insigma.xyz" + } + ] +}