Skip to content

Commit

Permalink
summonerd: edit web landing page to remove summoner address, url
Browse files Browse the repository at this point in the history
in favor of hardcoding these in pcli
  • Loading branch information
redshiftzero committed Nov 1, 2023
1 parent 9eca034 commit 626835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/summonerd/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>How to become a Penumbra Summoner:</h2>
<p>
In the Terminal, run:

<pre>cargo run --quiet --release --bin pcli -- ceremony contribute --coordinator-url COORDINATOR_URL --coordinator-address SUMMONER_ADDRESS --phase {{ phase_number }} --bid 1penumbra</pre>
<pre>cargo run --quiet --release --bin pcli -- ceremony contribute --phase {{ phase_number }} --bid 1penumbra</pre>
</p>

<p>
Expand Down

0 comments on commit 626835b

Please sign in to comment.