Skip to content

Commit d2cb037

Browse files
fafkfedgiac
andcommitted
Apply suggestion from @fedgiac
Co-authored-by: Federico Giacon <[email protected]>
1 parent 216a12c commit d2cb037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/002_settlement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const deploySettlement: DeployFunction = async function ({
4747
const vaultDeployment = vaultNetworks[chainId];
4848
if (vaultDeployment === undefined) {
4949
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`,
50+
`Vault not validated on chain ${chainId}. Make sure the Balancer deployment is safe to use first, then add it to the networks.json file`,
5151
);
5252
}
5353

0 commit comments

Comments
 (0)