Skip to content

Commit

Permalink
change: hash force import
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-alpaca committed Nov 27, 2023
1 parent 7259694 commit 07f0eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .openzeppelin/bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,7 @@
}
}
},
"allAddresses": [
"0x188033081DB272Bcf04Cc62053b4135F00EB80C1",
"0x2f44C3a223ccB3da6FCD9Abe4c3aeda79e4ebd34"
]
"allAddresses": ["0x188033081DB272Bcf04Cc62053b4135F00EB80C1", "0x2f44C3a223ccB3da6FCD9Abe4c3aeda79e4ebd34"]
},
"781db0ed2df032642bcee7f7a6b0e2326da0e3efd78a5c2a4249111d07cfcf8b": {
"address": "0x0F77E9f9cC8a9D2a9210a98AAAd2c9fc6E9dEcf4",
Expand Down Expand Up @@ -1713,7 +1710,7 @@
}
}
},
"f7e11742513a5ca91361d552411aca79dab6aee1063ca1a72e1f5dc844c8e275": {
"610b4377dffeca7973a65e99511ff8fa18c59dbcca65a3f05746e04fc3ec793a": {
"address": "0x04Cbe4116a23a5AF2f67DBBd04F3e18dF20457E7",
"layout": {
"solcVersion": "0.8.19",
Expand Down
4 changes: 2 additions & 2 deletions deploy/utils/force-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { ethers, upgrades } from "hardhat";
const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const deployer = await getDeployer();

const contractName = "PancakeV3Worker";
const contractAddress = "0x2f44C3a223ccB3da6FCD9Abe4c3aeda79e4ebd34";
const contractName = "AutomatedVaultManager";
const contractAddress = "0x04Cbe4116a23a5AF2f67DBBd04F3e18dF20457E7";

const ContractFactory = await ethers.getContractFactory(contractName, deployer);
const forceimport = makeForceImport(hre);
Expand Down

0 comments on commit 07f0eba

Please sign in to comment.