Skip to content

Commit

Permalink
fix: try waiting for hh setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Aug 7, 2024
1 parent 7453c9a commit a046b50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/tutorials/erc20-paymaster/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ This creates a new ZKsync Era project called `custom-paymaster-tutorial` with a

Next, navigate into the project directory and install the dependencies:

<span id="wait-for-init" data-test-action></span>
<span id="npm-install" data-test-action></span>

```shb
Expand Down
4 changes: 4 additions & 0 deletions tests/configs/erc20-paymaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export const steps: IStepConfig = {
action: 'runCommand',
prompts: 'Private key of the wallet:0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110|npm: ',
},
'wait-for-init': {
action: 'wait',
timeout: 5000,
},
'npm-install': {
action: 'runCommand',
},
Expand Down

0 comments on commit a046b50

Please sign in to comment.