Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"abitype>zod": "^4.0.0",
"axios@1.16.1": "^1.18.0",
"brace-expansion@5.0.6": "^5.0.7",
"browserslist@4": "^4.28.7",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore the native-asset webhook changes

When Alchemy sends an external or internal transfer for BNB, MATIC, or MON, server/hooks/activity.ts:109-112 still accepts only asset: "ETH", so validatorHook rejects the event before account deployment, collateral processing, or notification. Fresh evidence relative to the earlier review is that this target has no server diff at all—its only changes are dependency and audit metadata—so the advertised native-asset fix has disappeared from the proposed commit.

Useful? React with 👍 / 👎.

"comlink": "$comlink",
"esbuild@0.18.20": "^0.25.0",
"form-data@4": "^4.0.6",
Expand All @@ -187,7 +188,10 @@
"js-yaml@5": "^5.2.2",
"lodash-es@4": "^4.18.0",
"markdown-it@14": "^14.2.0",
"nanoid@3": "^3.3.12",
"picomatch@4": "^4.0.4",
"postcss-selector-parser@6": "^6.1.3",
"postcss-selector-parser@7": "^7.1.3",
"postcss@8": "^8.5.10",
"sharp": "^0.35.3",
"tar": "^7.5.21",
Expand Down
101 changes: 53 additions & 48 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ auditConfig:
- GHSA-mh99-v99m-4gvg
- GHSA-r28c-9q8g-f849
- GHSA-rgw5-rvv9-x895
- GHSA-vcc3-ghjq-m6fr # cspell:ignore ghjq
- GHSA-w3rx-r6r6-pgpr # cspell:ignore pgpr
- GHSA-w5hq-g745-h8pq
autoInstallPeers: false
Expand Down
Loading