Skip to content

Commit

Permalink
feat: support all address protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 22, 2023
1 parent 73a5c9b commit 2bb504e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@acab/reset.css": "^0.5.3",
"@preact/signals": "^1.1.5",
"filsnap-adapter": "workspace:^",
"iso-filecoin": "^1.1.1",
"iso-filecoin": "^1.2.0",
"metamask-testing-tools": "^1.1.4",
"preact": "^10.16.0",
"react-hook-form": "^7.45.2",
Expand All @@ -60,7 +60,7 @@
"@babel/core": "^7.22.9",
"@playwright/test": "^1.36.1",
"@preact/preset-vite": "^2.5.0",
"@types/node": "^20.4.2",
"@types/node": "^20.4.3",
"vite": "^4.4.6"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/src/components/send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Send() {
<input
style={{ width: '100%' }}
disabled={isLoading || isSending}
placeholder="f1, f4 or 0x address"
placeholder="f0, f1, f2, f3, f4 or 0x address"
{...register('recipient', { required: true })}
/>
{errors.recipient != null && (
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@types/node": "^20.4.2",
"@types/node": "^20.4.3",
"metamask-testing-tools": "^1.1.4",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/key-tree": "^7.1.1",
"@metamask/snaps-ui": "^0.32.2",
"iso-base": "^1.1.1",
"iso-filecoin": "^1.1.1",
"iso-filecoin": "^1.2.0",
"merge-options": "^3.0.4",
"zod": "^3.21.4"
},
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2bb504e

Please sign in to comment.