From fbed13b686a28b8bc76caacd4107153191d29f02 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Wed, 8 Jan 2025 10:48:59 +0100 Subject: [PATCH] Remove shell lang from some md snippets --- .../content/ignition/docs/advanced/migrating.md | 2 +- docs/src/content/ignition/docs/guides/create2.md | 2 +- docs/src/content/ignition/docs/guides/ledger.md | 2 +- .../ignition/docs/reference/cli-commands.md | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/src/content/ignition/docs/advanced/migrating.md b/docs/src/content/ignition/docs/advanced/migrating.md index ce53c88222..e31e5a202a 100644 --- a/docs/src/content/ignition/docs/advanced/migrating.md +++ b/docs/src/content/ignition/docs/advanced/migrating.md @@ -251,7 +251,7 @@ npx hardhat ignition deploy ./ignition/modules/Token.ts Which, if working correctly, will output the contract’s deployed address: -```sh +``` You are running Hardhat Ignition against an in-process instance of Hardhat Network. This will execute the deployment, but the results will be lost. You can use --network to deploy to a different network. diff --git a/docs/src/content/ignition/docs/guides/create2.md b/docs/src/content/ignition/docs/guides/create2.md index 2b594661ea..5233ce7e00 100644 --- a/docs/src/content/ignition/docs/guides/create2.md +++ b/docs/src/content/ignition/docs/guides/create2.md @@ -151,7 +151,7 @@ npx hardhat ignition deploy ignition/modules/Apollo.js --network sepolia --strat The `--strategy create2` flag tells Ignition to deploy the module using `create2`. You should see output similar to the following: -```sh +``` Compiled 1 Solidity file successfully (evm target: paris). Hardhat Ignition 🚀 diff --git a/docs/src/content/ignition/docs/guides/ledger.md b/docs/src/content/ignition/docs/guides/ledger.md index e215f9abcc..29003017aa 100644 --- a/docs/src/content/ignition/docs/guides/ledger.md +++ b/docs/src/content/ignition/docs/guides/ledger.md @@ -117,7 +117,7 @@ npx hardhat ignition deploy ignition/modules/Apollo.ts --network sepolia This will deploy as usual, however, you will now be prompted on your Ledger device to confirm each transaction before it's sent to the network. You should see a message like the following in your terminal: -```sh +``` Hardhat Ignition 🚀 Deploying [ Apollo ] diff --git a/docs/src/content/ignition/docs/reference/cli-commands.md b/docs/src/content/ignition/docs/reference/cli-commands.md index a9ee0efa52..bd29b57d84 100644 --- a/docs/src/content/ignition/docs/reference/cli-commands.md +++ b/docs/src/content/ignition/docs/reference/cli-commands.md @@ -14,7 +14,7 @@ The Hardhat Ignition CLI provides a set of commands to interact with the deploym Deploy a module to the specified network -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition deploy [--default-sender ] [--deployment-id ] [--parameters ] [--reset] [--strategy ] [--verify] [--write-localhost-deployment] modulePath OPTIONS: @@ -36,7 +36,7 @@ POSITIONAL ARGUMENTS: List all deployment IDs -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition deployments ``` @@ -44,7 +44,7 @@ Usage: hardhat [GLOBAL OPTIONS] ignition deployments Show the current status of a deployment -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition status deploymentId POSITIONAL ARGUMENTS: @@ -56,7 +56,7 @@ POSITIONAL ARGUMENTS: Show all transactions for a given deployment -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition transactions deploymentId POSITIONAL ARGUMENTS: @@ -68,7 +68,7 @@ POSITIONAL ARGUMENTS: Verify contracts from a deployment against the configured block explorers -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition verify [--include-unrelated-contracts] deploymentId OPTIONS: @@ -84,7 +84,7 @@ POSITIONAL ARGUMENTS: Visualize a module as an HTML report -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition visualize [--no-open] modulePath OPTIONS: @@ -100,7 +100,7 @@ POSITIONAL ARGUMENTS: Reset a deployment's future to allow rerunning -```sh +``` Usage: hardhat [GLOBAL OPTIONS] ignition wipe deploymentId futureId POSITIONAL ARGUMENTS: