diff --git a/plugins/deployment_manager/test/SpiderTest.ts b/plugins/deployment_manager/test/SpiderTest.ts index 0beba07f0..5b2c3aff1 100644 --- a/plugins/deployment_manager/test/SpiderTest.ts +++ b/plugins/deployment_manager/test/SpiderTest.ts @@ -28,9 +28,10 @@ async function setupContracts( cache: Cache, hre: HardhatRuntimeEnvironment ): Promise { + const signers = await hre.ethers.getSigners(); let proxyAdmin: ProxyAdmin = await deploy( 'vendor/proxy/transparent/ProxyAdmin.sol', - [], + [signers[0].address], hre, { cache, network: 'test-network' } );