Skip to content

Commit

Permalink
fix(scratch): fields in LidoLocator.implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Oct 3, 2023
1 parent efb0d56 commit f9bdfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/helpers/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ async function updateProxyImplementation(nameInState, artifactName, proxyAddress

state[nameInState] = { ...state[nameInState] }
state[nameInState].implementation = {
contract: artifactName,
implementation: implementation.address,
contract: await getContractPath(artifactName),
address: implementation.address,
constructorArgs: constructorArgs,
}
persistNetworkState(network.name, netId, state)
Expand Down

0 comments on commit f9bdfd0

Please sign in to comment.