Skip to content

Commit

Permalink
Merge pull request #61 from Hats-Protocol/update/baal-staking-shaman
Browse files Browse the repository at this point in the history
Update baalStakingEligibility.json
  • Loading branch information
spengrah authored Jun 7, 2024
2 parents 063cd40 + a67efdc commit 883841a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/baalStakingEligibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"label": "Minimum Stake",
"functionName": "minStake",
"displayType": "amountWithDecimals"
"displayType": "default"
},
{
"label": "Cooldown Period",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
{
"name": "Judge Hat",
"description": "The hat that can slash wearers",
"description": "The hat that can set wearers' standing, enabling them to be slashed",
"type": "uint256",
"example": "26959946667150639794667015087019630673637144422540572481103610249216",
"displayType": "hat"
Expand All @@ -97,7 +97,7 @@
},
"customRoles": [
{
"id": "stakingJudge",
"id": "baalStakingJudge",
"name": "Staking Judge",
"criteria": "judge"
}
Expand Down Expand Up @@ -246,7 +246,7 @@
]
},
{
"roles": ["stakingJudge"],
"roles": ["baalStakingJudge"],
"functionName": "setStanding",
"label": "Set Wearer Standing",
"description": "Set a wearer's standing",
Expand Down

0 comments on commit 883841a

Please sign in to comment.