Add a development-purpose target for making deposits on Pyrmont

This commit is contained in:
Zahary Karadjov 2020-11-14 23:46:34 +02:00 committed by zah
parent eb76d650f6
commit 430bac81dc
1 changed files with 3 additions and 0 deletions

View File

@ -367,6 +367,9 @@ pyrmont-dev: | pyrmont-build
$(call CONNECT_TO_NETWORK_IN_DEV_MODE,pyrmont,nimbus_beacon_node)
endif
pyrmont-dev-deposit: | pyrmont-build deposit_contract
$(call MAKE_DEPOSIT,pyrmont)
clean-pyrmont:
$(call CLEAN_NETWORK,pyrmont)