diff --git a/Makefile b/Makefile index 395ebc5e9..735cec340 100644 --- a/Makefile +++ b/Makefile @@ -362,22 +362,19 @@ supplier_stake: ## Stake tokens for the supplier specified (must specify the APP .PHONY: supplier1_stake supplier1_stake: ## Stake supplier1 (also staked in genesis) - # TODO_IMPROVE: consolidate supplier1 staking; why/where is supplier1 - # being staked other than this make target? - # Supplier1 seems to be staked at some point during localnet startup. - # TODO_TECHDEBT: once `relayminer` service is added to tilt, this hostname should point to that service. + # TODO_TECHDEBT(#179): once `relayminer` service is added to tilt, this hostname should point to that service. # I.e.: replace `localhost` with `relayminer` (or whatever the service's hostname is). SUPPLIER=supplier1 SERVICES="anvil;http://localhost:8548,svc1;http://localhost:8081" make supplier_stake .PHONY: supplier2_stake supplier2_stake: ## Stake supplier2 - # TODO_TECHDEBT: once `relayminer` service is added to tilt, this hostname should point to that service. + # TODO_TECHDEBT(#179): once `relayminer` service is added to tilt, this hostname should point to that service. # I.e.: replace `localhost` with `relayminer` (or whatever the service's hostname is). SUPPLIER=supplier2 SERVICES="anvil;http://localhost:8548,svc2;http://localhost:8082" make supplier_stake .PHONY: supplier3_stake supplier3_stake: ## Stake supplier3 - # TODO_TECHDEBT: once `relayminer` service is added to tilt, this hostname should point to that service. + # TODO_TECHDEBT(#179): once `relayminer` service is added to tilt, this hostname should point to that service. # I.e.: replace `localhost` with `relayminer` (or whatever the service's hostname is). SUPPLIER=supplier3 SERVICES="anvil;http://localhost:8548,svc3;http://localhost:8083" make supplier_stake