Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos-Update README.md #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cd scaffold-balancer-v3
yarn install
```

3. Set the follwing RPC URLs in the `packages/foundry/.env` file
3. Set the following RPC URLs in the `packages/foundry/.env` file

```
SEPOLIA_RPC_URL=
Expand Down Expand Up @@ -115,7 +115,7 @@ To force the use of burner wallet, disable your browsers wallet extensions and r

<details><summary><strong>🐛 Debug Contracts Page </strong></summary>

The [Debug Contracts Page](http://localhost:3000/debug) can be useful for viewing and interacting with all of the externally avaiable read and write functions of a contract. The page will automatically hot reload with contracts that are deployed via the `01_DeployConstantSumFactory.s.sol` script. We use this handy setup to mint `mockERC20` tokens to any connected wallet
The [Debug Contracts Page](http://localhost:3000/debug) can be useful for viewing and interacting with all of the externally available read and write functions of a contract. The page will automatically hot reload with contracts that are deployed via the `01_DeployConstantSumFactory.s.sol` script. We use this handy setup to mint `mockERC20` tokens to any connected wallet

</details>

Expand Down Expand Up @@ -215,7 +215,7 @@ After designing a pool contract, the next step is to prepare a factory contract

- A pool factory contract must inherit from [BasePoolFactory](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/vault/contracts/factories/BasePoolFactory.sol)
- Use the internal `_create` function to deploy a new pool
- Use the internal `_registerPoolWithVault` fuction to register a pool immediately after creation
- Use the internal `_registerPoolWithVault` function to register a pool immediately after creation

### 3. Write a Factory Contract 📝

Expand Down