Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 732 Bytes

🔥 LIT Scheduled Tasks Worker 🔧

Adding a recipient for auto-top-up is done by opening a pull request that adds your account and token details to the appropriate file in this directory. There is 1 file per supported network:

Note that entries must match the following shape:

{
  "daysUntilExpires": 10,
  "recipientAddress": "<your PKP address here>",
  "requestsPerSecond": 10
}

recipientAddress is required. daysUntilExpires and requestsPerSecond are optional, and will default to 10 if you do not provide them.