Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Nov 10, 2023
1 parent a4c0902 commit 62586f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/deploy-gateway-v6.2.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async function deploy(config, chain, options) {

let implementation;

if (options.skipExisting) {
if (options.skipExisting && contractConfig.implementation) {
implementation = gatewayFactory.attach(contractConfig.implementation);
} else {
implementation = await deployContract(
Expand Down

0 comments on commit 62586f7

Please sign in to comment.