We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0953cf9 commit 23ce14fCopy full SHA for 23ce14f
.github/workflows/gateway-contracts-upgrade-tests.yml
@@ -119,6 +119,7 @@ jobs:
119
cp .env.example .env
120
cp -r ../../previous-fhevm/gateway-contracts/contracts ./previous-contracts
121
npx hardhat task:deployEmptyUUPSProxies
122
+ npx hardhat compile:specific --contract contracts/immutable
123
npx hardhat task:deployPauserSet
124
125
# TODO: We should instead automatically detect if the contract needs to be upgraded
0 commit comments