Skip to content

Commit

Permalink
fix(providers): removing Solana from DRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 30, 2025
1 parent d7d1b1a commit f352b6a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/env/drpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,5 @@ impl ProviderConfig for DrpcConfig {
fn default_supported_chains() -> HashMap<String, (String, Weight)> {

Check failure on line 34 in src/env/drpc.rs

View workflow job for this annotation

GitHub Actions / CI / Check App / Clippy

mismatched types
// Keep in-sync with SUPPORTED_CHAINS.md

HashMap::from([
// Solana Mainnet
(
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp".into(),
(
"https://solana.drpc.org/".into(),
Weight::new(Priority::Normal).unwrap(),
),
),
])
// TODO: Add EVM chains
}

0 comments on commit f352b6a

Please sign in to comment.