Skip to content

Commit

Permalink
chore: updated generated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiquity-os[bot] committed Nov 16, 2024
1 parent bc98157 commit eb47cbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "Wallet",
"description": "Allows users to register their wallets to collect rewards.",
"ubiquity:listeners": ["issue_comment.created"],
"ubiquity:listeners": [
"issue_comment.created"
],
"skipBotEvents": true,
"commands": [
{
Expand All @@ -27,6 +29,8 @@
"type": "boolean"
}
},
"required": ["registerWalletWithVerification"]
"required": [
"registerWalletWithVerification"
]
}
}
}

0 comments on commit eb47cbb

Please sign in to comment.