Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Elys Network for ChickenCoop #4651

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions ChickenCoop/chains.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../chains.schema.json",
"name": "🐔 The Chicken Coop 🦝",
"name": "🐔 The Chicken Coop 🦝 Homestead",
"chains": [
{
"name":"acrechain",
Expand Down Expand Up @@ -101,7 +101,16 @@
"minimum_reward": 100000000
}
},
{
{
"name": "elys",
"address": "elysvaloper1hkdq42kg5vam5kv78mpu8j2au84mxh4djh5mmj",
"restake": {
"address": "elys1lpmfdfzknt3kg4l4ujkduzn245zj85xfr67g29",
"run_time": "every 1 hour",
"minimum_reward": 1000000
}
},
{
"name": "jackal",
"address": "jklvaloper1dhapp9yglujucwgeq8uzvt5uv9nukxf22ql9a6",
"restake": {
Expand Down
10 changes: 5 additions & 5 deletions ChickenCoop/profile.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"$schema": "../profile.schema.json",
"name": "🐔 The Chicken Coop 🦝",
"name": "🐔 The Chicken Coop 🦝 Homestead",
"identity": "EA70527EE3B8AE8D",
"website": "https://sopko.net",
"website": "https://linktr.ee/jasonsopko",
"description": {
"overview": "Delegate to The Chicken Coop to support true decentralization",
"overview": "Delegate to 🐔 The Chicken Coop 🦝 Homestead to support true decentralization",
"team": "Our servers are running on a homestead in rural Western Pennsylvania. Our own bare metal maintained by 27 years of professional IT experience. If you would like to support true decentralization as well as our family, please stake with us. Thank you!"
},
"contacts": {
"telephone": "",
"email": "[email protected]",
"telegram": "jasonsopko",
"twitter": "jasonsopko42",
"discord": "https://discord.gg/JhjKsrJVam",
"twitter": "JasonSopko42",
"discord": "https://discord.gg/elysnetwork",
"others": {
"emergency": ""
}
Expand Down
Loading