Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency alchemy-sdk to v3 #716

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
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.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
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.

0 participants