Closed spireblockchain closed 1 year ago
As the summary states, can a switch be added to the oracle-core "extract-reward-tokens" command so that reward tokens can be claimed automatically via script?
I tested ./oracle-core extract-reward-tokens ADR <<< 'YES', and it works. Would it be sufficient?
./oracle-core extract-reward-tokens ADR <<< 'YES'
The goal is to automate reward claiming, so this solution works. Appreciate it!
As the summary states, can a switch be added to the oracle-core "extract-reward-tokens" command so that reward tokens can be claimed automatically via script?