Skip to content

Commit

Permalink
feat: add 16psyche validators
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Oct 15, 2022
1 parent c26de1f commit ea7e3ac
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
42 changes: 42 additions & 0 deletions 16psyche/chains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"$schema": "../chains.schema.json",
"name": "16psyche",
"chains": [
{
"name": "akash",
"address": "akashvaloper1ysywap8nllx5fn9had5qhywktnweuquvl4h85t",
"restake": {
"address": "akash1l9meqpuuyxsl49xsn5w5ur6tc6kezjj8669d33",
"run_time": "every 1 hour",
"minimum_reward": 1000000
}
},
{
"name": "osmosis",
"address": "osmovaloper1gwmw0w4gul7885f9ce84ersp5thdnqceesr052",
"restake": {
"address": "osmo1l9meqpuuyxsl49xsn5w5ur6tc6kezjj8l6m67e",
"run_time": "18:00",
"minumum_reward": 10000
}
},
{
"name": "sifchain",
"address": "sifvaloper13efcvenx3jpkcznqla4qk6pmq9rln2p5lmdu2w",
"restake": {
"address": "sif1l9meqpuuyxsl49xsn5w5ur6tc6kezjj8ju8u8q",
"run_time": "every 1 hour",
"minumum_reward": 1000000
}
},
{
"name": "rebus",
"address": "rebusvaloper1gwmw0w4gul7885f9ce84ersp5thdnqceyp8k52",
"restake": {
"address": "rebus1d7lcnkafa29cme3gz7h4chp6jp3zz4e99thynk",
"run_time": "every 1 hour",
"minumum_reward": 1000000
}
}
]
}
5 changes: 5 additions & 0 deletions 16psyche/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../profile.schema.json",
"name": "16psyche",
"identity": "125E6FE219457130"
}

0 comments on commit ea7e3ac

Please sign in to comment.