diff --git a/tests/configs/frontend-paymaster.ts b/tests/configs/frontend-paymaster.ts index 858caba1..d7f9b9d0 100644 --- a/tests/configs/frontend-paymaster.ts +++ b/tests/configs/frontend-paymaster.ts @@ -46,6 +46,7 @@ export const steps: IStepConfig = { 'install-frontend-deps': { action: 'runCommand', commandFolder: 'tests-output/frontend-paymaster/frontend', + useSetCommand: 'npm install ethers zksync-ethers', }, 'wait-for-install': { action: 'wait',