Skip to content

Commit 1db53ff

Browse files
committed
added sentinel
1 parent a1daa71 commit 1db53ff

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

stakefrites/chains.json

+9
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@
6464
"run_time": "every 1 hour",
6565
"minimum_reward": 100000
6666
}
67+
},
68+
{
69+
"name": "sentinel",
70+
"address": "sentvaloper1wcyvemaw8m4fxwnsljghe5wtd9t6q0smaq64ef",
71+
"restake": {
72+
"address": "sent1weeu5yuj8n23hd87wsdxqqgfmzzz9zt65rc2hd",
73+
"run_time": "every 1 hour",
74+
"minimum_reward": 10000000
75+
}
6776
}
6877
]
6978
}

stakefrites/profile.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"$schema": "../profile.schema.json",
33
"name": "Stake Frites",
4-
"identity": "7817CA2B0981F769"
4+
"identity": "7817CA2B0981F769",
5+
"website": "https://stakefrites.co",
6+
"apps": [
7+
"https://trakmos.app"
8+
],
9+
"twitter": "@stakefrites_"
510
}

0 commit comments

Comments
 (0)