Skip to content

Commit 216a12c

Browse files
committed
Fix lint
1 parent 9f834a9 commit 216a12c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/deploy/002_settlement.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ const deploySettlement: DeployFunction = async function ({
4646
>;
4747
const vaultDeployment = vaultNetworks[chainId];
4848
if (vaultDeployment === undefined) {
49-
throw new Error(`Vault not deployed on chain ${chainId}. Get the balancer address from the balancer team and add it to the networks.json file`);
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`,
51+
);
5052
}
5153

5254
vaultAddress = vaultDeployment.address;

0 commit comments

Comments
 (0)