Skip to content

Commit

Permalink
chore: redo typo PR by FilipHarald (#8214)
Browse files Browse the repository at this point in the history
Thanks FilipHarald for
#8200. Our policy is
to redo typo changes to dissuade metric farming. This is an automated
script.

Resolves: #8199

---------

Co-authored-by: filip <[email protected]>
Co-authored-by: AztecBot <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 3389c7e commit 895c700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In this step we will start writing our Aztec.nr bridge smart contract and write

## Initial contract setup

In our `token-bridge` Aztec project in `aztec-contracts`, under `src` there is an example `main.nr` file. Paste this to define imports:
In our `token_bridge` Aztec project in `aztec-contracts`, under `src` there is an example `main.nr` file. Paste this to define imports:

```rust
#include_code token_bridge_imports /noir-projects/noir-contracts/contracts/token_bridge_contract/src/main.nr raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ In this step we will write a Typescript test to interact with the sandbox and ca
We need some helper files that can keep our code clean. Inside your `src/test` directory:

```bash
cd fixtures
cd .. && mkdir shared && cd shared
mkdir shared && cd shared
touch cross_chain_test_harness.ts
```

Expand Down

0 comments on commit 895c700

Please sign in to comment.