Skip to content

Commit

Permalink
fix(website): Fix flag shown in deploy guide (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeta-eth authored Oct 25, 2024
1 parent f1ed8ae commit 81a5a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const DeployYourProtocol = () => {
</Heading>
<Text mb={4}>Deploying is just building on a remote network!</Text>
<Box mb={4}>
<CommandPreview command="cannon build --network REPLACE_WITH_RPC_ENDPOINT --private-key REPLACE_WITH_KEY_THAT_HAS_GAS_TOKENS" />
<CommandPreview command="cannon build --rpc-url REPLACE_WITH_RPC_ENDPOINT --private-key REPLACE_WITH_KEY_THAT_HAS_GAS_TOKENS" />
</Box>
<Text mb={4}>
Verify your project&apos;s contracts on&nbsp;
Expand Down

0 comments on commit 81a5a6a

Please sign in to comment.