We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216a12c commit d2cb037Copy full SHA for d2cb037
src/deploy/002_settlement.ts
@@ -47,7 +47,7 @@ const deploySettlement: DeployFunction = async function ({
47
const vaultDeployment = vaultNetworks[chainId];
48
if (vaultDeployment === undefined) {
49
throw new Error(
50
- `Vault not deployed on chain ${chainId}. Get the balancer address from the balancer team and add it to the networks.json file`,
+ `Vault not validated on chain ${chainId}. Make sure the Balancer deployment is safe to use first, then add it to the networks.json file`,
51
);
52
}
53
0 commit comments