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 7, 2025
1 parent 03fe0ee commit 8d7067f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,24 @@
"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"
},
"fundingWalletAddress": {
"description": "The funding wallet address",
"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 Expand Up @@ -1588,6 +1598,6 @@
}
}
},
"required": ["evmPrivateEncrypted"]
"required": ["evmPrivateEncrypted", "fundingWalletAddress"]
}
}

0 comments on commit 8d7067f

Please sign in to comment.