Skip to content

Commit

Permalink
Fix ProxyAdmin contract deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Oct 16, 2024
1 parent f06e83c commit 6e0ef65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/deployment_manager/test/SpiderTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ async function setupContracts(
cache: Cache,
hre: HardhatRuntimeEnvironment
): Promise<TestContracts> {
const signers = await hre.ethers.getSigners();
let proxyAdmin: ProxyAdmin = await deploy(
'vendor/proxy/transparent/ProxyAdmin.sol',
[],
[signers[0].address],
hre,
{ cache, network: 'test-network' }
);
Expand Down

0 comments on commit 6e0ef65

Please sign in to comment.