This page has been deprecated. V1 documentation is partially maintained here
On Chain Registry
Summary
Stores a registry of Balancer Pool addresses for a given token address pair. Pools can be sorted in order of liquidity and queried via view functions. Used in combination with the Exchange Proxy swaps can be sourced and exectured entirely on-chain.
API
Adding Pools To Registry
addPoolPair
addPoolPair(address pool, address token1, address token2)