File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ yarn test # run the tests
50
50
51
51
## Creating a Pool
52
52
- 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
55
56
- Give ERC20 allowance to the pool by calling ` IERC20.approve(pool, amount) `
56
57
- Bind tokens one by one by calling ` IBPool.bind(token, amount, weight) `
57
58
- The amount represents the initial balance of the token in the pool (pulled from the caller's balance)
You can’t perform that action at this time.
0 commit comments