Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alchemy-sdk ^2.2.3 -> ^3.0.0 age adoption passing confidence

Release Notes

alchemyplatform/alchemy-sdk-js (alchemy-sdk)

v3.6.5

Compare Source

Minor Changes
  • Added HYPERLIQUID testnet.
  • Added PLASMA mainnet.
  • Added PLASMA testnet.

v3.6.4

Compare Source

Minor Changes

Updates dependencies to resolve critical and high-severity security vulnerabilities:

  • axios: ^1.7.4^1.12.0 (fixes SSRF and DoS vulnerabilities)
  • rollup: ^2.70.1^2.79.2 (fixes XSS vulnerability)
  • elliptic: 6.5.76.6.1 (fixes 9 critical ECDSA vulnerabilities)

v3.6.3

Compare Source

Minor Changes
  • Added Hyperliquid Mainnet

v3.6.2

Compare Source

Minor Changes
  • Added Botanix Mainnet, Testnet; Humanity Mainnet; Rise Testnet
  • Deprecated Celo Baklava; Fantom Testnet; Geist Mainnet, Polter

v3.6.1

Compare Source

Minor Changes
  • Remove leading 0s in hex strings for polygon compatibility

v3.6.0

Compare Source

Major Changes
  • Added a new PortfolioNamespace with five new methods: getTokensByWallet(), getTokenBalancesByWallet(), getNftsByWallet(), getNftCollectionsByWallet(), and getTransactionsByWallet(). Access these methods via alchemy.portfolio.

v3.5.10

Compare Source

Minor Changes
  • Removed batch operations for getTokensForOwner to fix support for newer networks

v3.5.9

Compare Source

Minor Changes
  • Added Anime Mainnet and Sepolia, Story Mainnet and Aeneid, Megaeth Testnet

v3.5.8

Compare Source

Minor Changes
  • Added Berachain Bepolia, Celo Baklava, Ethereum Hoodi, Gensyn Testnet,
    Lens Mainnet, Settlus Mainnet, Superseed Mainnet and Sepolia, Tea Sepolia
  • Deprecated Berachain Bartio
  • Replace optimism with opt-mainnet

v3.5.7

Compare Source

Minor Changes
  • Added Solana address activity webhook
  • Added animation to NFT type
  • Added name to create-webhook

v3.5.6

Compare Source

Minor Changes
  • Added MONAD testnet.
  • Added SETTLUS testnet (Sepolia).

v3.5.5

Compare Source

Minor Changes
  • Added SEI mainnet.

v3.5.4

Compare Source

Major Changes
Minor Changes
  • Added RONIN mainnet, testnet (Saigon).

v3.5.3

Compare Source

Major Changes
Minor Changes
  • Added ABSTRACT mainnet.
  • Added UNICHAIN mainnet.
  • Added SEI testnet.

v3.5.2

Compare Source

Minor Changes
  • Added BERACHAIN mainnet.

v3.5.1

Compare Source

Minor Changes
  • Removed batch operations for getTokensForOwner to fix support for newer networks

v3.5.0

Compare Source

Major Changes
  • Added a new PricesNamespace with three new methods: getTokenPriceByAddress(), getTokenPriceBySymbol(), getHistoricalPriceByAddress, and getHistoricalPriceBySymbol(). Access these methods via alchemy.prices.

v3.4.8

Minor Changes
  • Added networks for FLOW.

v3.4.7

Minor Changes
  • Added networks for ROOTSTOCK.

v3.4.6

Minor Changes
  • Fixed webhook network parsing in getAllWebhooks method for all supported networks.

v3.4.5

Minor Changes
  • Fixed createWebhook's skip_empty_messages param.

v3.4.4

Compare Source

Minor Changes
  • Added networks for WORLDCHAIN.

v3.4.3

Compare Source

Minor Changes
  • Added networks for SONEIUM and BERACHAIN. Note that these are primarily for CoreNamespace methods. Not all namespaces will work with these networks.

v3.4.2

Compare Source

Minor Changes
  • Addressed security vulnerabilities by adding overrides for elliptic and ws dependencies. Specifically:
    • Updated elliptic to version 6.5.7 (latest) to fix vulnerabilities related to EDDSA signature length checks and ECDSA BER-encoded signatures.
    • Updated ws to version 7.5.10 to mitigate a potential DoS vulnerability. The latest major version of ws is 8.x, however, 7.5.10 is the most up-to-date version compatible with ethers v5, which depends on 7.x versions of ws.

v3.4.1

Minor Changes
  • Fixed a bug where the openSeaMetadata?.safelistRequestStatus was undefined in the Nft object that resulted in a Cannot read properties of undefined error (#​416)

v3.4.0

Major Changes
  • Added networks for SHAPE, LINEA, FANTOM, ZETACHAIN, ARBNOVA, BLAST, MANTLE, SCROLL, GNOSIS, BNB, AVAX, CELO, METIS, OPBNB. Note that these are primarily for CoreNamespace methods. Not all namespaces will work these networks.
  • App IDs are now a required property when calling NotifyNamespace.createWebhook() with WebhookType.GRAPHQL. This is not a Typescript breaking change, but rather a run-time breaking change. Calling the endpoint without an App ID will now throw an error instead of returning a 503.
Minor Changes
  • Fixed a bug with NotifyNamespace.createWebhook() when using WebhookType.GRAPHQL. Also added the option use skipEmptyMessages when creating graphQL webhooks to skip empty blocks.
  • Updated axios version to remove security warning (#​443).

v3.3.1

Compare Source

Minor Changes
  • Fixed a bug where the openSeaMetadata?.safelistRequestStatus was undefined in the Nft object that resulted in a Cannot read properties of undefined error (#​416)
  • Added support connectionInfoOverrides field in the Alchemy constructor. This allows you to override the ethers.js ConnectionInfo object and specify custom connection information for the underlying JsonRpcProvider.

v3.3.0

Compare Source

Major Changes
  • Added support for Zksync Mainnet and Sepolia via the Network.ZKSYNC_MAINNET and Network.ZKSYNC_SEPOLIA enums.
Minor Changes

v3.2.1

Compare Source

Major Changes
  • Added support for Arbitrum and Optimism Sepolia webhook creation.
Minor Changes
  • API error messages return the actual error instead of [Object object]

v3.2.0

Compare Source

Major Changes
  • Added support for Polygon Amoy network via the Network.MATIC_AMOY enum.
Minor Changes

v3.1.2

Major Changes
Minor Changes
  • Upgraded the axios dependency to v1.6.5, fixing a vulnerable version #​397. Thanks @​mpsq for the contribution!

v3.1.1

Major Changes
Minor Changes
  • Added endpoints for isAirdropNft() and reportSpam() in NftNamespace.
  • Added a missing marketplaceAddress field to the NftSale in NftNamespace.getNftSales().
  • Fixed an incorrect field name for bannerImageUrl in OpenSeaCollectionMetadata. Deprecated the old field name imageBannerUrl.
  • Added support for Base networks in NotifyNamespace.

v3.1.0

Compare Source

Major Changes
  • Added support for Optimism Sepolia and Base Sepolia via the Network.OPT_SEPOLIA and Network.BASE_SEPOLIA enums.
Minor Changes

v3.0.0

Major Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from 634ce5d to c42bfc5 Compare April 11, 2024 15:12
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from c42bfc5 to 52595d0 Compare June 5, 2024 07:49
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from 52595d0 to e06e215 Compare July 26, 2025 01:25
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch 2 times, most recently from e8e0791 to a2a90f0 Compare August 16, 2025 01:59
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from a2a90f0 to 326bd9f Compare August 19, 2025 13:03
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch 3 times, most recently from 9ffd20a to 9074197 Compare September 30, 2025 18:13
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from 9074197 to 09a42e7 Compare November 11, 2025 00:04
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from 09a42e7 to 29349ef Compare November 18, 2025 14:16
@renovate renovate bot force-pushed the renovate/alchemy-sdk-3.x branch from 29349ef to 73d117f Compare December 3, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant