Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed Oct 12, 2024
1 parent 842cc48 commit 3bbf37c
Showing 1 changed file with 10 additions and 28 deletions.
38 changes: 10 additions & 28 deletions modules/haberdasher-labs_agreement-eligibility_v0.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@
],
"writeFunctions": [
{
"roles": [
"public"
],
"roles": ["public"],
"functionName": "signAgreementAndClaimHat",
"label": "Sign Agreement and Claim",
"description": "Sign the current agreement and claim the hat",
Expand All @@ -133,18 +131,14 @@
]
},
{
"roles": [
"public"
],
"roles": ["public"],
"functionName": "signAgreement",
"label": "Sign Agreement",
"description": "Sign the current agreement (without claiming the hat)",
"args": []
},
{
"roles": [
"agreementOwner"
],
"roles": ["agreementOwner"],
"functionName": "setAgreement",
"label": "Set Agreement",
"description": "Set a new agreement, with a grace period",
Expand All @@ -165,9 +159,7 @@
]
},
{
"roles": [
"agreementArbitrator"
],
"roles": ["agreementArbitrator"],
"functionName": "revoke",
"label": "Revoke",
"description": "Revoke the wearer's hat and place them in bad standing",
Expand All @@ -182,9 +174,7 @@
]
},
{
"roles": [
"agreementArbitrator"
],
"roles": ["agreementArbitrator"],
"functionName": "revoke",
"label": "Revoke Multiple",
"description": "Revoke multiple wearers' hats and place them in bad standing",
Expand All @@ -199,9 +189,7 @@
]
},
{
"roles": [
"agreementArbitrator"
],
"roles": ["agreementArbitrator"],
"functionName": "forgive",
"label": "Forgive",
"description": "Forgive the wearer's bad standing, allowing them to claim the hat again",
Expand All @@ -215,9 +203,7 @@
]
},
{
"roles": [
"agreementArbitrator"
],
"roles": ["agreementArbitrator"],
"functionName": "forgive",
"label": "Forgive Multiple",
"description": "Forgive multiple wearers' bad standing, allowing them to claim the hat again",
Expand All @@ -231,9 +217,7 @@
]
},
{
"roles": [
"agreementOwner"
],
"roles": ["agreementOwner"],
"functionName": "setOwnerHat",
"label": "Set Agreement Owner Hat",
"description": "Set the id of the agreement owner hat",
Expand All @@ -247,9 +231,7 @@
]
},
{
"roles": [
"agreementOwner"
],
"roles": ["agreementOwner"],
"functionName": "setArbitratorHat",
"label": "Set Agreement Arbitrator Hat",
"description": "Set the id of the agreement arbitrator hat",
Expand Down Expand Up @@ -693,4 +675,4 @@
"type": "function"
}
]
}
}

0 comments on commit 3bbf37c

Please sign in to comment.