Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Jan 8, 2024
1 parent 919f6b4 commit 3155643
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ pub const DEFAULT_ETHEREUM_SERVICES: &[EthMainnetService] = &[
EthMainnetService::Cloudflare,
EthMainnetService::PublicNode,
];
pub const DEFAULT_SEPOLIA_SERVICES: &[EthSepoliaService] =
&[EthSepoliaService::Ankr, EthSepoliaService::PublicNode];
pub const DEFAULT_SEPOLIA_SERVICES: &[EthSepoliaService] = &[
EthSepoliaService::Ankr,
EthSepoliaService::BlockPi,
EthSepoliaService::PublicNode,
];

pub const CONTENT_TYPE_HEADER: &str = "Content-Type";
pub const CONTENT_TYPE_VALUE: &str = "application/json";
Expand Down

0 comments on commit 3155643

Please sign in to comment.