Skip to content

Commit

Permalink
chore: set default evm network to Arbitrum Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Jan 7, 2025
1 parent f3cf215 commit 9857040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evmlib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ impl CustomNetwork {

#[derive(Clone, Debug, Default, PartialEq, Serialize, Deserialize)]
pub enum Network {
#[default]
ArbitrumOne,
#[default]
ArbitrumSepolia,
Custom(CustomNetwork),
}
Expand Down

0 comments on commit 9857040

Please sign in to comment.