Skip to content

Commit

Permalink
feat(providers): decrease Infura weight to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Feb 5, 2025
1 parent 3498bf3 commit f0efc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env/infura.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn default_supported_chains() -> HashMap<String, (String, Weight)> {
// Ethereum
(
"eip155:1".into(),
("mainnet".into(), Weight::new(Priority::Low).unwrap()),
("mainnet".into(), Weight::new(Priority::Custom(1)).unwrap()),
),
(
"eip155:11155111".into(),
Expand Down

0 comments on commit f0efc80

Please sign in to comment.