From 1689f338e61a343e2109661c12ab1c944ed76216 Mon Sep 17 00:00:00 2001 From: Quasar <0xQuasar_info@protonmail.com> Date: Wed, 23 Oct 2024 14:52:43 +0300 Subject: [PATCH 1/3] Add Quasar --- Quasar/chain.json | 43 +++++++++++++++++++++++++++++++++++++++++++ Quasar/profile.json | 17 +++++++++++++++++ Quasar/services.json | 11 +++++++++++ 3 files changed, 71 insertions(+) create mode 100644 Quasar/chain.json create mode 100644 Quasar/profile.json create mode 100644 Quasar/services.json diff --git a/Quasar/chain.json b/Quasar/chain.json new file mode 100644 index 0000000000..a80eace6bb --- /dev/null +++ b/Quasar/chain.json @@ -0,0 +1,43 @@ +{ + "$schema": "../chains.schema.json", + "name": "Quasar", + "chains": [ + { + "name": "cosmoshub", + "address": "cosmosvaloper12syxdn3qs7fxua3khvewsvdvrx6xw8cjlsknnm", + "restake": { + "address": "cosmos1s0mq9w28egg0zegm3lfeda2amnvxun5ya3ser3", + "run_time": "21:00", + "minimum_reward": 1000000 + } + }, + { + "name": "xpla", + "address": "xplavaloper13drle8ewlf98qwx94q4cvurrcsy99f4tzwf35x", + "restake": { + "address": "xpla17rt55jy3mwzl7zv8xju3swdltwzq8jhycq7wnx", + "run_time": "21:00", + "minimum_reward": 1000000 + } + }, + { + "name": "juno", + "address": "junovaloper1upy09fgzzzpdmgqcz2jh7642c8hp0lw3lwxve6", + "restake": { + "address": "juno1s0mq9w28egg0zegm3lfeda2amnvxun5ytrnzyd", + "run_time": "21:00", + "minimum_reward": 1000000 + } + }, + { + "name": "dungeon", + "address": "dungeonvaloper1xe89l0djrmkd22tv3kctmfca52yk9d0vwemr88", + "restake": { + "address": "dungeon1s0mq9w28egg0zegm3lfeda2amnvxun5ynz0lf2", + "run_time": "21:00", + "minimum_reward": 1000000 + } + } + ] + } + \ No newline at end of file diff --git a/Quasar/profile.json b/Quasar/profile.json new file mode 100644 index 0000000000..4006696c66 --- /dev/null +++ b/Quasar/profile.json @@ -0,0 +1,17 @@ +{ + "$schema": "../profile.schema.json", + "name": "Quasar", + "identity": "BAD2060A89C6E9D4293754344241D5A16BC4F451", + "website": "https://quasarstaking.ai", + "description": { + "overview": "Building AI neuroworkers for Cosmos community." + }, + "contacts": { + "twitter": "https://x.com/quasarstaking", + "telegram": { + "main_channel": "https://t.me/quasarstakingeng", + "chat": "@quasareng" + }, + "discord": "https://discord.gg/CjHRz6dr" + } +} \ No newline at end of file diff --git a/Quasar/services.json b/Quasar/services.json new file mode 100644 index 0000000000..906b2e3931 --- /dev/null +++ b/Quasar/services.json @@ -0,0 +1,11 @@ +{ + "$schema": "../services.schema.json", + "name": "Quasar", + "services": [ + { + "title": "Quasar", + "description": "We build AI neuroworkers for Cosmos community.", + "url": "https://quasarstaking.ai" + } + ] + } \ No newline at end of file From 01464d8944e895e0586e97c036c6a073dcc0700d Mon Sep 17 00:00:00 2001 From: Quasar <0xQuasar_info@protonmail.com> Date: Wed, 23 Oct 2024 14:54:43 +0300 Subject: [PATCH 2/3] Update profile.json --- Quasar/profile.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Quasar/profile.json b/Quasar/profile.json index 4006696c66..21a690f2ac 100644 --- a/Quasar/profile.json +++ b/Quasar/profile.json @@ -8,10 +8,7 @@ }, "contacts": { "twitter": "https://x.com/quasarstaking", - "telegram": { - "main_channel": "https://t.me/quasarstakingeng", - "chat": "@quasareng" - }, + "telegram": "https://t.me/quasarstakingeng", "discord": "https://discord.gg/CjHRz6dr" } -} \ No newline at end of file +} From 23348851cfa21705ce147fbcb3b3a04629ce134d Mon Sep 17 00:00:00 2001 From: Quasar <0xQuasar_info@protonmail.com> Date: Wed, 23 Oct 2024 15:21:40 +0300 Subject: [PATCH 3/3] Rename chain.json to chains.json --- Quasar/{chain.json => chains.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Quasar/{chain.json => chains.json} (99%) diff --git a/Quasar/chain.json b/Quasar/chains.json similarity index 99% rename from Quasar/chain.json rename to Quasar/chains.json index a80eace6bb..983ec7fa0d 100644 --- a/Quasar/chain.json +++ b/Quasar/chains.json @@ -40,4 +40,4 @@ } ] } - \ No newline at end of file +