We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01624d4 commit e4d1e48Copy full SHA for e4d1e48
Makefile
@@ -380,13 +380,13 @@ operator_deposit_into_ali_strategy:
380
AMOUNT ?= 1000
381
382
operator_register_with_aligned_layer_weth:
383
- @echo "Registering operator with AlignedLayer"
+ @echo "Registering operator with AlignedLayer in quorum 0"
384
@go run operator/cmd/main.go register \
385
--config $(CONFIG_FILE) \
386
--quorum-number 0
387
388
operator_register_with_aligned_layer_ali:
389
+ @echo "Registering operator with AlignedLayer in quorum 1"
390
391
392
--quorum-number 1
0 commit comments