Skip to content

Commit

Permalink
chore: improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite authored Nov 14, 2023
1 parent c05ba2b commit aeb4ee8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aeb4ee8

Please sign in to comment.