Skip to content

Commit 8f47562

Browse files
authored
updated (#63)
1 parent f53372a commit 8f47562

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please refer to the project packages READMEs:
1919

2020
## Relevant Information
2121

22-
![ERC-4337 Lifecycle](../../docs/contracts-assets/4337-lifecycle.svg)
22+
![ERC-4337 Lifecycle](./docs/contracts-assets/4337-lifecycle.svg)
2323

2424
*Source: [ERC-4337 website](https://www.erc4337.io/docs/understanding-ERC-4337/architecture)*
2525

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"clean": "pnpm -r --filter './packages/*' clean",
3737
"lint": "pnpm -r --filter './packages/*' lint",
3838
"lint:write": "pnpm -r --filter './packages/*' lint:write",
39+
"deploy:vercel": "vercel build --prod && vercel deploy --prebuilt --prod",
3940
"test": "pnpm -r --filter './packages/contracts' test",
4041
"ci-check": "pnpm run lint & pnpm run build && pnpm run test"
4142
},

packages/web/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A video demo can be seen [**here (Loom)**](https://www.loom.com/share/9775b4fcf71b46418483f34761c03d0e?sid=cb9a32bb-b4ce-4f5a-b1a7-4f9182f59cff).
44

5-
A deployment of the frontend is at: https://semaphore-msa-modules.vercel.app
5+
A deployment of the frontend is at: https://semaphore-msa-modules.jimmychu0807.hk
66

77
## Getting Started
88

0 commit comments

Comments
 (0)