Skip to content

Commit

Permalink
Merge pull request #4534 from ApeironNodes/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon authored Oct 23, 2024
2 parents b945acd + a66d37c commit f0ff219
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
43 changes: 43 additions & 0 deletions ApeironNodes/chains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"$schema": "../chains.schema.json",
"name": "ApeironNodes",
"chains": [
{
"name": "cosmoshub",
"address": "cosmosvaloper1tmwt5q22qqafyznjhhydn2u6kwpwn2r8unrdyn",
"restake": {
"address": "cosmos1grdzp324q2q4av3pmsjsufx3textkvrejmewj6",
"run_time": "21:00",
"minimum_reward": 1000000
}
},
{
"name": "chain4energy",
"address": "c4evaloper1pyepajes0devhrafzq5zqy4w05ll0809e38nac",
"restake": {
"address": "c4e1grdzp324q2q4av3pmsjsufx3textkvre3rqrty",
"run_time": "21:00",
"minimum_reward": 1000000
}
},
{
"name": "omniflixhub",
"address": "omniflixvaloper1tmwt5q22qqafyznjhhydn2u6kwpwn2r8ft5q7k",
"restake": {
"address": "omniflix1grdzp324q2q4av3pmsjsufx3textkvre09gh9y",
"run_time": "21:00",
"minimum_reward": 1000000
}
},
{
"name": "dungeon",
"address": "dungeonvaloper1x9zvcyhxrej5tzvpfkxlsrukwlet5e44f8ah7q",
"restake": {
"address": "dungeon1grdzp324q2q4av3pmsjsufx3textkvreugxgcp",
"run_time": "21:00",
"minimum_reward": 1000000
}
}
]
}

13 changes: 13 additions & 0 deletions ApeironNodes/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "../profile.schema.json",
"name": "ApeironNodes",
"identity": "B46D00D0174BE6AB",
"website": "https://apeironnodes.com",
"description": {
"overview": "Professional PoS Validator-Relayer."
},
"contacts": {
"twitter": "https://x.com/ApeironNodes",
"telegram": "https://t.me/ApeironNodes"
}
}
11 changes: 11 additions & 0 deletions ApeironNodes/services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "../services.schema.json",
"name": "ApeironNodes",
"services": [
{
"title": "ApeironNodes",
"description": "Professional PoS Validator-Relayer. Stake with us and get monthly airdrops & 100% Uptime",
"url": "https://apeironnodes.com"
}
]
}

0 comments on commit f0ff219

Please sign in to comment.