-
Notifications
You must be signed in to change notification settings - Fork 183
Issues: alchemyplatform/alchemy-sdk-js
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
// Github: https://github.com/alchemyplatform/alchemy-sdk-js import { Network, Alchemy } from "alchemy-sdk"; const settings = { apiKey: "YCGXoW-oYUgKzE9oXf1qB3BY1NEftH1i", network: Network.ETH_MAINNET, }; const alchemy = new Alchemy(settings); alchemy.core.getBlockNumber("finalized").then(console.log);
bug
Something isn't working
#469
opened Nov 7, 2024 by
Emadalshamery
npm audit alert being triggered - alchemy-sdk tied to 3-year-old @ethersproject/providers 5.7.2 - with ws 7.x
bug
Something isn't working
#468
opened Nov 7, 2024 by
respectabiggle
FR: NFT API support for berachain
feature request
New feature or request
#466
opened Oct 23, 2024 by
alexandrtovmach
FR: Add missing chains to Network enum (World Chain, Berachain, Zora, Frax, Soneium)
feature request
New feature or request
#453
opened Sep 26, 2024 by
yosriady
DOCUMENTATION - on README.md
bug
Something isn't working
#449
opened Aug 27, 2024 by
christopherreay
Subscribe to pending transactions with from/toAddress does not work anymore
bug
Something isn't working
#448
opened Aug 15, 2024 by
peterpeterparker
js-sha3 does not provide an export named 'default'
bug
Something isn't working
#441
opened Aug 8, 2024 by
SGAMERyu
getOwnersForContract returns the same list of addresses for any block height
bug
Something isn't working
no-issue-activity
#436
opened Jul 10, 2024 by
izcoser
FR: Add support for ethersjs v6
feature request
New feature or request
#330
opened May 29, 2023 by
robotoer
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.