alchemy-sdk
Advanced tools
Changelog
3.4.6
getAllWebhooks
method for all supported networks.Changelog
3.4.5
skip_empty_messages
param.Changelog
3.4.3
SONEIUM
and BERACHAIN
. Note that these are primarily for CoreNamespace
methods. Not all namespaces will work with these networks.Changelog
3.4.2
elliptic
and ws
dependencies. Specifically:
elliptic
to version 6.5.7
(latest) to fix vulnerabilities related to EDDSA signature length checks and ECDSA BER-encoded signatures.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
.Changelog
3.4.1
openSeaMetadata?.safelistRequestStatus
was undefined in the Nft
object that resulted in a Cannot read properties of undefined
error (#416)Changelog
3.4.0
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.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.NotifyNamespace.createWebhook()
when using WebhookType.GRAPHQL
. Also added the option use skipEmptyMessages
when creating graphQL webhooks to skip empty blocks.Changelog
3.3.1
openSeaMetadata?.safelistRequestStatus
was undefined in the Nft
object that resulted in a Cannot read properties of undefined
error (#416)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
.Changelog
3.3.0
Network.ZKSYNC_MAINNET
and Network.ZKSYNC_SEPOLIA
enums.