Skip to content

Commit 99124ce

Browse files
committed
formatting
1 parent e097636 commit 99124ce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

target_chains/ethereum/contracts/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This directory contains The Pyth contract on Ethereum and utilities to deploy it
66

77
The contracts are built and tested using Foundry. You can either:
88

9-
1. **Use the setup script (recommended)**:
10-
Go to the `contracts` directory and Run `npm run setup` to automatically install Foundry v0.3.0 AND all forge dependencies.
9+
1. **Use the setup script (recommended)**:
10+
Go to the `contracts` directory and Run `npm run setup` to automatically install Foundry v0.3.0 AND all forge dependencies.
1111

12-
2. **Manual installation**:
13-
a) Follow the [Foundry installation instructions](https://book.getfoundry.sh/getting-started/installation) and install version v0.3.0.
12+
2. **Manual installation**:
13+
a) Follow the [Foundry installation instructions](https://book.getfoundry.sh/getting-started/installation) and install version v0.3.0.
1414

1515
b) Next, from the `contracts` directory, run the following command to install forge dependencies:
1616

@@ -25,8 +25,6 @@ pnpm i
2525
pnpm turbo build --filter @pythnetwork/pyth-evm-contract
2626
```
2727

28-
29-
3028
## Testing
3129

3230
Run `forge build` to build the contracts and `forge test` to run the contract unit tests.

0 commit comments

Comments
 (0)