NOTE: requires balancer-js to be built before running tests (depends on contents of balancer-js/dist
)
NOTE: requires typechain TestWETH to be built before running tests (depends on contents of typechain/dist
)
NOTE: dependes on helpers which requires standalone-utils to be built before running tests (depends on contents of standalone-utils/artifacts
)
This package contains the source code of Balancer V2's main contract, the Vault
.
It is generally not used directly, as two other packages should fulfill all development needs:
- To get the Solidity interface of the Vault and related contracts, see
v2-interfaces
. - To get the deployment address in all networks, as well as ABIs and tools to deploy to a test network, see
v2-deployments
.
$ npm install @balancer-labs/v2-vault