Skip to content

Commit

Permalink
Merge branch 'refactor-e2e-tests' of github.com:ava-labs/avalanche-do…
Browse files Browse the repository at this point in the history
…cs into refactor-e2e-tests
  • Loading branch information
aaronbuchwald committed Jan 27, 2023
2 parents f8ae3e8 + 33b397b commit 627af6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/subnets/hello-world-precompile-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ yarn

#### Step 8.2: Add Genesis

To run our HardHat test, we will need to create a Subnet that has the Hello World precompile activated,
To run our HardHat test, we will need to create a Subnet that has the `Hello World` precompile activated,
so we will copy and paste the below genesis file into: `./tests/precompile/genesis/hello_world.json`.

Note: it's important that this has the same name as the HardHat test file we created in Step 8.1.
Expand Down Expand Up @@ -1175,7 +1175,7 @@ with the Hello World precompile activated.


Start the server in a terminal in a new tab using avalanche-network-runner. Please check out
[this link](https://docs.avax.network/subnets/network-runner) for more information on Avalanche
[this link](./network-runner.md) for more information on Avalanche
Network Runner, how to download it, and how to use it. The server will be on "listening" mode
waiting for API calls.

Expand Down

0 comments on commit 627af6f

Please sign in to comment.