Removing unused setup line and increasing gas for creating GnosisSafe contract in test environment

This commit is contained in:
apanizo 2018-10-11 19:16:49 +02:00
parent 8b5a609e33
commit 678c3de726
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ const createMasterCopies = async () => {
const GnosisSafe = getGnosisSafeContract(web3)
safeMaster = await GnosisSafe.new({ from: userAccount, gas: '6000000' })
// safeMaster.setup([userAccount], 1, 0, '0x', { from: userAccount, gas: '5000000' })
const DailyLimitExtension = getCreateDailyLimitExtensionContract(web3)
dailyLimitMaster = await DailyLimitExtension.new([], [], { from: userAccount, gas: '5000000' })