Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

dont include solana in ethers#501

Merged
GregoryElliott merged 1 commit intomasterfrom
gelliott/dont_include_solana_in_ethers
Apr 22, 2025
Merged

dont include solana in ethers#501
GregoryElliott merged 1 commit intomasterfrom
gelliott/dont_include_solana_in_ethers

Conversation

@GregoryElliott
Copy link
Copy Markdown
Contributor

Comment on lines +30 to +35
if (
alchemy.config.network === Network.SOLANA_MAINNET ||
alchemy.config.network === Network.SOLANA_DEVNET
) {
return;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider breaking this out into a shared NON_EVM_NETWORKS constant that we can update in one place if we add more to the list

@GregoryElliott GregoryElliott merged commit f5f814a into master Apr 22, 2025
@GregoryElliott GregoryElliott deleted the gelliott/dont_include_solana_in_ethers branch April 22, 2025 14:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants