Skip to content

Commit

Permalink
updated sepolia address (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 authored Jan 4, 2024
1 parent 01feca0 commit 10efab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn get_diamond_proxy_address(network: String) -> Address {
if network == "mainnet" {
Address::from_str("32400084c286cf3e17e7b677ea9583e60a000324").unwrap()
} else if network == "sepolia" {
Address::from_str("74fba6cca06eed111e03719d6bfa26ae7680b3ea").unwrap()
Address::from_str("9a6de0f62aa270a8bcb1e2610078650d539b1ef9").unwrap()
} else if network == "testnet" {
Address::from_str("1908e2bf4a88f91e4ef0dc72f02b8ea36bea2319").unwrap()
} else {
Expand Down

0 comments on commit 10efab4

Please sign in to comment.