Skip to content

Commit 9895d4f

Browse files
committed
fmt
1 parent 2c490b7 commit 9895d4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/contracts-sdk/src/lib/contracts-sdk.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,9 @@ export class LitContracts {
331331
contractName,
332332
},
333333
},
334-
`Contract "${contractName}" not found in network "${network}". Did you mean ${Object.keys(NETWORK_CONTEXT_BY_NETWORK).join(', ')}?`
334+
`Contract "${contractName}" not found in network "${network}". Did you mean ${Object.keys(
335+
NETWORK_CONTEXT_BY_NETWORK
336+
).join(', ')}?`
335337
);
336338
}
337339

0 commit comments

Comments
 (0)