Skip to content

Commit

Permalink
adding eth sepolia confi
Browse files Browse the repository at this point in the history
  • Loading branch information
haider-rs committed Dec 29, 2023
1 parent 3e63904 commit a2c699b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chains/ethereum/config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub fn config(network: &str) -> Result<BlockchainConfig> {
"dev" => ("dev", "ETH", 1, true),
"mainnet" => ("mainnet", "ETH", 60, false),
"goerli" => ("goerli", "TST", 1, true),
"sepolia" => ("sepolia", "SepoliaETH", 1, true),

// Polygon
"polygon-local" => return polygon_config("dev"),
Expand Down

0 comments on commit a2c699b

Please sign in to comment.