Skip to content

Commit

Permalink
add registry
Browse files Browse the repository at this point in the history
add profile,chain
  • Loading branch information
nuicom committed Feb 8, 2025
1 parent a227fa1 commit 1311286
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SiamCoreum/chains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "../chains.schema.json",
"name": "SiamCoreum",
"chains": [
{
"name": "coreum",
"address": "corevaloper12kwzl3qksuh0ftgv4ltfsk6n7yfdgx8vadnqj2",
"restake": {
"address": "core1d4hhp80c720k44dqthnlnlcdj7ggc5lm59jeg7",
"run_time": "every 6 hours",
"minimum_reward": 100000
}
}
]
}
5 changes: 5 additions & 0 deletions SiamCoreum/profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../profile.schema.json",
"name": "SiamCoreum",
"identity": "5CD47BB9CBC6D440"
}

0 comments on commit 1311286

Please sign in to comment.