TransparentProxy deploy problem #57
-
EnvironmentTestnet zkSolc Versionlatest zksync-web3 Version0.14.3 Hardhat.config.ts{ Deployment Script (WITHOUT PRIVATE KEY)import { HardhatRuntimeEnvironment } from 'hardhat/types'; const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
}; Contract Code// SPDX-License-Identifier: MIT import "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol"; contract Bit5Treasury is
} Does this work on other EVMs? (If yes, please list at least 1 of them)Yes Description of What Your Contract DoesIt helps to deploy on the same proxy address Repo Link (Optional)No response Additional Detailsconst TransparentProxyCreationCode = await getCreationCode({ has anyone encountered this problem and what can we do about the solution? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Looks like you're not using the |
Beta Was this translation helpful? Give feedback.
Looks like you're not using the
hardhat-zksync-upgradable
plugin. You can find the example to deploy transparent proxies here