Skip to content

Commit

Permalink
Merge pull request #4529 from Quasar-hub/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Oct 23, 2024
2 parents da9db04 + 2334885 commit 26206a1
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
43 changes: 43 additions & 0 deletions Quasar/chains.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}

14 changes: 14 additions & 0 deletions Quasar/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$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": "https://t.me/quasarstakingeng",
"discord": "https://discord.gg/CjHRz6dr"
}
}
11 changes: 11 additions & 0 deletions Quasar/services.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 26206a1

Please sign in to comment.