diff --git a/scripts/deploy.ts b/scripts/deploy.ts index 4c64fa4..7b1eb27 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -89,6 +89,7 @@ async function main() { forwarderContractName = 'Forwarder'; forwarderFactoryContractName = 'ForwarderFactory'; contractPath = `contracts/${walletImplementationContractName}.sol:${walletImplementationContractName}`; + break; case 80084: walletImplementationContractName = 'WalletSimple'; forwarderContractName = 'ForwarderV4';