alchemy-sdk-js
alchemy-sdk-js copied to clipboard
The easiest way to connect your dApp to the blockchain.
**Is your feature request related to a problem? Please describe.** Usage of alchemy-sdk with ethers v6 does work due to updates to the provider structure
### [REQUIRED] Environment - Alchemy SDK version: 3.2.0 ### [REQUIRED] Describe the problem I have the code snippet: ``` this.alchemy = new Alchemy({ url: this.NETWORK_RPC_URL, }); return await this.alchemy.nft.getNftsForOwner(address, {...
## Description Affected of this project `alchemyplatform/alchemy-sdk-js` are vulnerable to Prototype Pollution due to improper handling of Cookies when using CookieJar in `rejectPublicSuffixes=false` mode. Due to an issue with the...
**Is your feature request related to a problem? Please describe.** SDK works but not support TypeScript type for StarkNet network (see screenshot)  **Describe the solution you'd like** Can you...
### [REQUIRED] Environment - Browser version: - Alchemy SDK version: 3.3.1 ### [REQUIRED] Describe the problem Code for getting the owners of an NFT collection at a specific block height...
### [REQUIRED] Environment - Browser version: node.js v20.12.0 - Alchemy SDK version: 3.3.1 ### [REQUIRED] Describe the problem So far as I can tell this is a bug with the...
Currently, this sdk depends on @ethersproject/[email protected], which was released [two years ago!](https://www.npmjs.com/package/@ethersproject/providers) Not only is this a really long time, this package also depends on a vulnerable release of ws....
@thebrianchen The previous fix handled the undefined value but the comparison was wrong. `rawNftContract.openSeaMetadata?.safelistRequestStatus !== null` will return 'true' if the value is undefined.
**Is your feature request related to a problem? Please describe.** After the Polygon zkEVM testnet (Goerli-based) was discontinued and set down, no full support has been yet provided for its...