Add a development-purpose target for making deposits on Pyrmont
This commit is contained in:
parent
eb76d650f6
commit
430bac81dc
3
Makefile
3
Makefile
|
@ -367,6 +367,9 @@ pyrmont-dev: | pyrmont-build
|
||||||
$(call CONNECT_TO_NETWORK_IN_DEV_MODE,pyrmont,nimbus_beacon_node)
|
$(call CONNECT_TO_NETWORK_IN_DEV_MODE,pyrmont,nimbus_beacon_node)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
pyrmont-dev-deposit: | pyrmont-build deposit_contract
|
||||||
|
$(call MAKE_DEPOSIT,pyrmont)
|
||||||
|
|
||||||
clean-pyrmont:
|
clean-pyrmont:
|
||||||
$(call CLEAN_NETWORK,pyrmont)
|
$(call CLEAN_NETWORK,pyrmont)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue