Skip to content

Commit

Permalink
Add ccdao chain and profile JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
szapiszapo committed Jul 4, 2024
1 parent 5b6a3ed commit 2c77aed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ccdao/chains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../chains.schema.json",
"name": "ccdao.space",
"chains": [
{
"name": "cheqd",
"address": "cheqdvaloper1mlul88erx8yrjm3frdpwysddrjqc5rstc9xag3",
"restake": {
"address": "cheqd1u26w0vqxqjakhvl8548fxhve6jfsumevxvwjkq",
"run_time": [
"16:00"
],
"minimum_reward": 1000000000
}
}
]
}
11 changes: 11 additions & 0 deletions ccdao/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "../profile.schema.json",
"name": "ccdao.space",
"identity": "3FE6B971262CC070",
"website": "https://ccdao.space",
"contacts": {
"email": "[email protected]",
"twitter": "@cCDAO_space",
"discord": "https://discord.gg/3CB4dseVRw"
}
}

0 comments on commit 2c77aed

Please sign in to comment.