Skip to content

Commit

Permalink
Merge pull request #50 from Hats-Protocol/agreement-eligibility-edit
Browse files Browse the repository at this point in the history
Primary function prop for Agreement Eligibility roles
  • Loading branch information
gershido authored Apr 22, 2024
2 parents 7788e0b + 1a2bf68 commit fae2d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/AgreementEligibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"functionName": "setAgreement",
"label": "Set Agreement",
"description": "Set a new agreement, with a grace period",
"primary": true,
"args": [
{
"name": "Agreement",
Expand All @@ -155,6 +156,7 @@
"functionName": "revoke",
"label": "Revoke",
"description": "Revoke the wearer's hat and place them in bad standing",
"primary": true,
"args": [
{
"name": "Wearer",
Expand Down
2 changes: 1 addition & 1 deletion test/schemaValidation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe("Schema Validation Tests", () => {

beforeAll(async () => {
anvil = createAnvil({
forkUrl: process.env.GOERLI_RPC,
forkUrl: process.env.SEPOLIA_RPC,
startTimeout: 20000,
});
await anvil.start();
Expand Down

0 comments on commit fae2d14

Please sign in to comment.