Remove deprecated BlockCypher adapter and Alchemy servers - #1062
Open
j0ntz wants to merge 1 commit into
Open
Conversation
Contributor
Author
BlockCypher was a broadcast-only fallback adapter and the Alchemy RPC endpoints required an API key template; both were deprecated and triggering irrelevant errors. ETH broadcast/sync continues to work via the remaining RPC adapter and other server paths. Also drops the now unused alchemyApiKey/blockcypherApiKey init options and the commented Solana Alchemy endpoint.
j0ntz
force-pushed
the
jon/remove-blockcypher-alchemy
branch
from
June 25, 2026 01:24
2afbfb2 to
a5f8fa9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Description
Remove the deprecated BlockCypher network adapter and the deprecated Alchemy RPC server endpoints, which were triggering irrelevant errors.
BlockcypherAdapter), thecase 'blockcypher'inmakeNetworkAdapter, theBlockcypherAdapterConfigunion member, the'blockcypher'value inasNetworkAdaptorConfigType, theblockcypherApiKeyinit option, and the{ type: 'blockcypher', ... }config inethereumInfoare all removed. ETH broadcast continues to work through the remaining RPC adapter.eth-mainnet.g.alchemy.cominethereumInfo,eth-holesky.g.alchemy.cominholeskyInfo) are removed from the RPC server lists. The Ethereum mainnet RPC list keeps 9 other servers; sync and broadcast are unaffected.alchemyApiKeyinit option (Ethereum and Solana) and the commented-out Solana Alchemy endpoint are also removed. Edge cleaners silently strip unknown keys, so the gui passing these keys is harmless.The matching test fixture (
currencyInfoFixture) is updated to drop the BlockCypher adapter entry so the discriminated-union exhaustiveness holds.Linked Asana task: https://app.asana.com/0/0/1212369205065499
Testing
tscclean on the changed files (the pre-existing repo-widetscerrors inmonero/bip32/walletSettingscome from local node_modules drift and are identical onmaster).processEvmScanTransactioncases that build the engine adapters from the updated fixture.Note
Low Risk
Provider and config cleanup only; sync and broadcast rely on remaining adapters, with no auth or data-model changes.
Overview
Cleans up deprecated Ethereum network providers that were still configured but only produced noise in logs.
The BlockCypher broadcast-only adapter is removed end-to-end (
BlockcypherAdapter,'blockcypher'adapter type,blockcypherApiKey, and the mainnet BlockCypher config entry). ETH broadcast continues through the existing RPC (and other) adapters.Alchemy RPC URLs are dropped from Ethereum mainnet and Holesky server lists, and
alchemyApiKeyis removed from Ethereum and Solana init-option cleaners (plus a commented Solana Alchemy archival URL). The Ethereum test currencyInfoFixture is updated so adapter config types stay exhaustive.CHANGELOG records the change under Unreleased.
Reviewed by Cursor Bugbot for commit a5f8fa9. Bugbot is set up for automated code reviews on this repo. Configure here.