diff --git a/libs/remix-tests/src/deployer.ts b/libs/remix-tests/src/deployer.ts index e2a5e6cb04..505281fe00 100644 --- a/libs/remix-tests/src/deployer.ts +++ b/libs/remix-tests/src/deployer.ts @@ -14,7 +14,7 @@ import { compilationInterface } from './types' export function deployAll (compileResult: compilationInterface, web3: Web3, testsAccounts, withDoubleGas: boolean, deployCb, callback) { const compiledObject = {} const contracts = {} - let accounts: string[] = testsAccounts + const accounts: string[] = testsAccounts async.waterfall([ function getContractData (next) {