Skip to content

Commit

Permalink
add op deployment for agreement module and display params
Browse files Browse the repository at this point in the history
  • Loading branch information
gershido committed Mar 23, 2024
1 parent 495c854 commit 5342f7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions modules/AgreementEligibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"label": "Grace Period Ending",
"functionName": "graceEndsAt",
"displayType": "timestamp"
},
{
"label": "Owner Hat",
"functionName": "OWNER_HAT",
"displayType": "hat"
},
{
"label": "Arbitrator Hat",
"functionName": "ARBITRATOR_HAT",
"displayType": "hat"
}
],
"type": {
Expand All @@ -31,6 +41,10 @@
{
"chainId": "11155111",
"block": "5279344"
},
{
"chainId": "10",
"block": "116516227"
}
],
"creationArgs": {
Expand Down
2 changes: 1 addition & 1 deletion modules/allowlistEligibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"mutable": [
{
"name": "Accounts",
"description": "Initial acoount for the allowlist.",
"description": "Initial accounts for the allowlist.",
"type": "address[]",
"example": [
"0x0000000000000000000000000000000000000001",
Expand Down

0 comments on commit 5342f7f

Please sign in to comment.