Removing unused setup line and increasing gas for creating GnosisSafe contract in test environment
This commit is contained in:
parent
8b5a609e33
commit
678c3de726
|
@ -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' })
|
||||
|
|
Loading…
Reference in New Issue