You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,20 @@ Subnet attributes details:
30
30
31
31
## Adding a validator
32
32
33
-
If you're currently running your own validator and you're open to whitelist someone's subnet, you can add your details here.
33
+
If you're currently running your own validator and you're open to whitelist someone's subnet, you can create a PR including your details in the `` file as follows:
34
+
35
+
```js
36
+
{
37
+
"nodeID": "NodeID-xxxxxxx", // your validator node id
38
+
"totalStake": 23496, // amount stacked in the validator
39
+
"feePercentage": 2, // validator fee
40
+
"openToValidate": true, // change to false if you just want to list your validator in the site
41
+
"contactURL": "" // link to a website contact page, discord or telegram
42
+
43
+
},
44
+
```
45
+
46
+
**Important**: we do not recommend to include an email address as a contact method to avoid spam.
0 commit comments