pull/5370/head
Praise Disu 2 years ago
parent 0bf44c24c5
commit a06018d677
  1. 2
      apps/remix-ide/src/blockchain/blockchain.js

@ -256,7 +256,7 @@ export class Blockchain extends Plugin {
return this.call('terminal', 'logHtml', log)
}
const { contractName, implementationAddress } = newImplementationContractObject
const hasPreviousDeploys = await this.call('fileManager', 'exists', `.deploys/upgradeable-contracts/${networkInfo.name}/$UUPS.json`)
const hasPreviousDeploys = await this.call('fileManager', 'exists', `.deploys/upgradeable-contracts/${networkInfo.name}/UUPS.json`)
if (hasPreviousDeploys) {
const deployments = await this.call('fileManager', 'readFile', `.deploys/upgradeable-contracts/${networkInfo.name}/UUPS.json`)

Loading…
Cancel
Save