feat(cli): add construct:verifier command

This commit is contained in:
ForestOfLight
2026-05-20 02:55:30 -07:00
Unverified
parent 609ed4a49e
commit 8184e17b65
4 changed files with 46 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ import './commands/ActiveCommand';
import './commands/LayerCommand';
import './commands/NextLayerCommand';
import './commands/PrevLayerCommand';
import './commands/VerifierCommand';
// Other
import './classes/BlockInfo';