@dated/auto-refunds
v0.0.2
Published
Automatically creates and broadcasts HTLC Refunds on the ARK Network
Downloads
2
Readme
Automatic HTLC Refunds
Automatically send HTLC refunds for expired locks.
Installation
yarn global add @dated/auto-refunds
Configuration
Register the plugin at the end of your plugins file, ~/.config/ark-core/devnet/plugins.js
:
module.exports = {
...
"@dated/auto-refunds": {
enabled: true,
passphrase: "super dooper passphrase",
publicKeys: ["*"], // list of sender public keys for which to send refunds
interval: 5 // interval in blocks between checks for expired locks, defaults to 5
},
};
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected].