diff --git a/ApeironNodes/chains.json b/ApeironNodes/chains.json new file mode 100644 index 0000000000..2f0033ab5b --- /dev/null +++ b/ApeironNodes/chains.json @@ -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 + } + } + ] + } + diff --git a/ApeironNodes/profile.json b/ApeironNodes/profile.json new file mode 100644 index 0000000000..202e2d8374 --- /dev/null +++ b/ApeironNodes/profile.json @@ -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" + } +} diff --git a/ApeironNodes/services.json b/ApeironNodes/services.json new file mode 100644 index 0000000000..883c661d83 --- /dev/null +++ b/ApeironNodes/services.json @@ -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" + } + ] + }