Skip to content

Commit 67a6b41

Browse files
authored
fix: deployment readme (#188)
1 parent cee8050 commit 67a6b41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ yarn test # run the tests
5050

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

0 commit comments

Comments
 (0)