Update dependency alchemy-sdk to v3 #716
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.3
->^3.0.0
Release Notes
alchemyplatform/alchemy-sdk-js (alchemy-sdk)
v3.5.0
Compare Source
Major Changes
PricesNamespace
with three new methods:getTokenPriceByAddress()
,getTokenPriceBySymbol()
,getHistoricalPriceByAddress
, andgetHistoricalPriceBySymbol()
. Access these methods viaalchemy.prices
.v3.4.8
Minor Changes
FLOW
.v3.4.7
Minor Changes
ROOTSTOCK
.v3.4.6
Minor Changes
getAllWebhooks
method for all supported networks.v3.4.5
Minor Changes
skip_empty_messages
param.v3.4.4
Minor Changes
WORLDCHAIN
.v3.4.3
Minor Changes
SONEIUM
andBERACHAIN
. Note that these are primarily forCoreNamespace
methods. Not all namespaces will work with these networks.v3.4.2
Compare Source
Minor Changes
elliptic
andws
dependencies. Specifically:elliptic
to version6.5.7
(latest) to fix vulnerabilities related to EDDSA signature length checks and ECDSA BER-encoded signatures.ws
to version7.5.10
to mitigate a potential DoS vulnerability. The latest major version ofws
is8.x
, however,7.5.10
is the most up-to-date version compatible withethers v5
, which depends on7.x
versions ofws
.v3.4.1
Minor Changes
openSeaMetadata?.safelistRequestStatus
was undefined in theNft
object that resulted in aCannot read properties of undefined
error (#416)v3.4.0
Major Changes
SHAPE
,LINEA
,FANTOM
,ZETACHAIN
,ARBNOVA
,BLAST
,MANTLE
,SCROLL
,GNOSIS
,BNB
,AVAX
,CELO
,METIS
,OPBNB
. Note that these are primarily forCoreNamespace
methods. Not all namespaces will work these networks.NotifyNamespace.createWebhook()
withWebhookType.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
NotifyNamespace.createWebhook()
when usingWebhookType.GRAPHQL
. Also added the option useskipEmptyMessages
when creating graphQL webhooks to skip empty blocks.v3.3.1
Compare Source
Minor Changes
openSeaMetadata?.safelistRequestStatus
was undefined in theNft
object that resulted in aCannot read properties of undefined
error (#416)connectionInfoOverrides
field in theAlchemy
constructor. This allows you to override the ethers.jsConnectionInfo
object and specify custom connection information for the underlyingJsonRpcProvider
.v3.3.0
Compare Source
Major Changes
Network.ZKSYNC_MAINNET
andNetwork.ZKSYNC_SEPOLIA
enums.Minor Changes
v3.2.1
Compare Source
Major Changes
Minor Changes
v3.2.0
Compare Source
Major Changes
Network.MATIC_AMOY
enum.Minor Changes
v3.1.2
Major Changes
Minor Changes
axios
dependency tov1.6.5
, fixing a vulnerable version #397. Thanks @mpsq for the contribution!v3.1.1
Major Changes
Minor Changes
isAirdropNft()
andreportSpam()
inNftNamespace
.marketplaceAddress
field to theNftSale
inNftNamespace.getNftSales()
.bannerImageUrl
inOpenSeaCollectionMetadata
. Deprecated the old field nameimageBannerUrl
.NotifyNamespace
.v3.1.0
Compare Source
Major Changes
Network.OPT_SEPOLIA
andNetwork.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.
This PR was generated by Mend Renovate. View the repository job log.