Consider consolidating the three method of 'ScheduleCctxEVM' 'ScheduleCctxBTC' and 'ScheduleCctxSolana'
Opened this issue · 0 comments
ws4charlie commented
Describe the Issue
We have 3 TSS keysign schedulers ScheduleCctxEVM
ScheduleCctxBTC
and ScheduleCctxSolana
for EVM chains, Bitcoin and Solana. We should consider consolidating these three methods by extracting common logics and also allowing for custom scheduling policy per chain type.
Expected Outcome
A description of what outcome you are seeking.