-
Notifications
You must be signed in to change notification settings - Fork 9
/
Makefile
26 lines (21 loc) · 1.03 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
start-deployment-btc-staking-integration-bitcoind:
@$(MAKE) -C $(CURDIR)/deployments/btc-staking-integration-bitcoind \
start-deployment-btc-staking-integration-bitcoind
start-deployment-btc-staking-integration-bitcoind-demo:
@$(MAKE) -C $(CURDIR)/deployments/btc-staking-integration-bitcoind \
NUM_VALIDATORS=${NUM_VALIDATORS} \
start-deployment-btc-staking-integration-bitcoind-demo
stop-deployment-btc-staking-integration-bitcoind:
@$(MAKE) -C $(CURDIR)/deployments/btc-staking-integration-bitcoind \
stop-deployment-btc-staking-integration-bitcoind
start-deployment-finality-gadget-integration-op-l2-demo:
@$(MAKE) -C $(CURDIR)/deployments/finality-gadget-integration-op-l2 \
start
@$(MAKE) -C $(CURDIR)/deployments/finality-gadget-integration-op-l2 \
demo-test
stop-deployment-finality-gadget-integration-op-l2:
@$(MAKE) -C $(CURDIR)/deployments/finality-gadget-integration-op-l2 \
stop
start-deployment-finality-gadget-integration-op-l2-signet:
@$(MAKE) -C $(CURDIR)/deployments/finality-gadget-integration-op-l2 \
start