Skip to content

Commit

Permalink
fix: deployment readme (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase authored Aug 1, 2024
1 parent cee8050 commit 67a6b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ yarn test # run the tests

## Creating a Pool
- Create a new pool by calling the corresponding pool factory:
- `IBFactory.newBPool()` for regular Balancer `BPool`s
- `IBCoWFactory.newBPool()` for Balancer `BCoWPool`s, compatible with CoW Protocol
- `IBFactory.newBPool(name, symbol)` for regular Balancer `BPool`s
- `IBCoWFactory.newBPool(name, symbol)` for Balancer `BCoWPool`s, compatible with CoW Protocol
> Being `name` and `symbol` strings with the desired name and symbol of the pool's ERC20 LP token
- Give ERC20 allowance to the pool by calling `IERC20.approve(pool, amount)`
- Bind tokens one by one by calling `IBPool.bind(token, amount, weight)`
- The amount represents the initial balance of the token in the pool (pulled from the caller's balance)
Expand Down

0 comments on commit 67a6b41

Please sign in to comment.