Skip to content

Commit

Permalink
Merge pull request #163 from BitGo/COIN-1108-add-break
Browse files Browse the repository at this point in the history
fix(eth-multisig-v4): fix switch case by adding break
  • Loading branch information
kamleshmugdiya authored Aug 14, 2024
2 parents e68040b + 1bb9a21 commit 47c6bcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ async function main() {
forwarderContractName = 'Forwarder';
forwarderFactoryContractName = 'ForwarderFactory';
contractPath = `contracts/${walletImplementationContractName}.sol:${walletImplementationContractName}`;
break;
case 80084:
walletImplementationContractName = 'WalletSimple';
forwarderContractName = 'ForwarderV4';
Expand Down

0 comments on commit 47c6bcb

Please sign in to comment.