diff --git a/packages/deployer/src/UniversalDeployer.ts b/packages/deployer/src/UniversalDeployer.ts index 598bc4611..19a2a7112 100644 --- a/packages/deployer/src/UniversalDeployer.ts +++ b/packages/deployer/src/UniversalDeployer.ts @@ -112,7 +112,7 @@ export class UniversalDeployer { if (universalDeployerCode === '0x') { await this.deployUniversalDeployer(txParams) } else { - ;('ALREADY DEPLOYED') + prompt.warn('ALREADY DEPLOYED: Universal Deployer 1'); } // NOTE: in case the getCode below fails, double check the UNIVERSAL_DEPLOYER_2_ADDRESS address diff --git a/wagmi-project/packages/sequence-core-1.0.0/wallet-contracts/.husky/pre-commit b/wagmi-project/packages/sequence-core-1.0.0/wallet-contracts/.husky/pre-commit new file mode 100644 index 000000000..98475b507 --- /dev/null +++ b/wagmi-project/packages/sequence-core-1.0.0/wallet-contracts/.husky/pre-commit @@ -0,0 +1 @@ +pnpm test