Skip to content

Commit

Permalink
chore: updated manifest.json and dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 10, 2025
1 parent 49fa9da commit 3d992e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@
"type": "number"
},
"evmPrivateEncrypted": {
"description": "The encrypted key to use for permit generation",
"description": "The encrypted key to use for permit generation and auto transfers",
"examples": ["0x000..."],
"type": "string"
},
"erc20RewardToken": {
"default": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
"type": "string"
},
"automaticTransferMode": {
"default": true,
"description": "If set to false or if there are insufficient funds to settle the payment, permits will be generated instead of processing direct payouts.",
"type": "boolean"
},
"incentives": {
"default": {},
"type": "object",
Expand Down

0 comments on commit 3d992e8

Please sign in to comment.