We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a857064 commit 7727e55Copy full SHA for 7727e55
.github/workflows/ci.yml
@@ -156,6 +156,15 @@ jobs:
156
- name: Install dependencies
157
run: pnpm install -r --frozen-lockfile
158
159
+ # Web SDK depends on ERC-4337 contracts for WASM build
160
+ - name: Install ERC-4337 contract dependencies
161
+ run: forge soldeer install
162
+ working-directory: packages/erc4337-contracts
163
+
164
+ - name: Build ERC-4337 contracts
165
+ run: forge build
166
167
168
# Build web SDK (includes WASM)
169
- name: Build web SDK
170
run: pnpm nx build web-sdk
0 commit comments