File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
66import { deployments , ethers } from 'hardhat' ;
77import { IexecInterfaceNative__factory } from '../typechain' ;
88import { getIexecAccounts } from '../utils/poco-tools' ;
9- import { addModulesToProxy } from './sponsoring/1_add-modules-to-proxy' ;
109const { resetNetworkToInitialState } = require ( './common-test-snapshot' ) ;
1110const deploy = require ( '../deploy/0_deploy' ) ;
1211const deployEns = require ( '../deploy/1_deploy-ens' ) ;
@@ -21,13 +20,7 @@ async function resetNetworkAndDeployAllContracts() {
2120 await deployEns ( ) ;
2221 proxyAddress = ( await deployments . get ( 'ERC1538Proxy' ) ) . address ;
2322 } else {
24- if ( process . env . HANDLE_SPONSORING_UPGRADE_INTERNALLY == 'true' ) {
25- // Upgrade Poco
26- //await deployModules();
27- proxyAddress = await addModulesToProxy ( ) ;
28- } else {
29- proxyAddress = '0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f' ;
30- }
23+ proxyAddress = '0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f' ;
3124 // Send RLCs to default accounts
3225 const srlcRichSigner = await ethers . getImpersonatedSigner ( proxyAddress ) ;
3326 const otherAccountInitAmount =
You can’t perform that action at this time.
0 commit comments