Skip to content

Commit d8cfdc0

Browse files
authored
Merge pull request #6 from critesjosh/codex/update-readme-and-file-names
Update docs for renamed files
2 parents 1d69f0b + 78ca9ce commit d8cfdc0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Then test with:
121121
yarn test
122122
```
123123

124-
Testing will run the **TypeScript tests** defined in `e2e/index.test.ts` inside `./src/test`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/developers/guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
124+
Testing will run the **TypeScript tests** defined in `index.test.ts` inside `./src/test/e2e`, as well as the [Aztec Testing eXecution Environment (TXE)](https://docs.aztec.network/developers/guides/smart_contracts/testing) tests defined in [`first.nr`](./src/test/first.nr) (imported in the contract file with `mod test;`).
125125

126126
Note: The Typescript tests spawn an instance of the sandbox to test against, and close it once the TS tests are complete.
127127

@@ -131,8 +131,8 @@ Note: The Typescript tests spawn an instance of the sandbox to test against, and
131131

132132
You can find a handful of scripts in the `./scripts` folder.
133133

134-
- `./scripts/deploy-accounts.ts` is an example of how to deploy a schnorr account.
135-
- `./scripts/deploy.ts` is an example of how to deploy a contract.
134+
- `./scripts/deploy_account.ts` is an example of how to deploy a schnorr account.
135+
- `./scripts/deploy_contract.ts` is an example of how to deploy a contract.
136136
- `./scripts/fees.ts` is an example of how to pay for a contract deployment using various fee payment methods.
137137
- `./scripts/multiple_pxe.ts` is an example of how to deploy a contract from one PXE instance and interact with it from another.
138138
- `./scripts/profile_deploy.ts` shows how to profile a transaction and print the results.
@@ -158,7 +158,7 @@ yarn update
158158
You may need to update permissions with:
159159

160160
```bash
161-
chmod +x update_contract.sh
161+
chmod +x .github/scripts/update_contract.sh
162162
```
163163

164164
### 💬 Join the Community:

0 commit comments

Comments
 (0)