diff --git a/Cargo.toml b/Cargo.toml index 93a50f4..7efee01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ "messaging", "inbox", "registry", - "xps-types", "bin/registry-localnet", + "xps-types", "bin/localnet", ] exclude = [] diff --git a/bin/registry-localnet/Cargo.toml b/bin/localnet/Cargo.toml similarity index 91% rename from bin/registry-localnet/Cargo.toml rename to bin/localnet/Cargo.toml index b72f6bd..d1cdb8f 100644 --- a/bin/registry-localnet/Cargo.toml +++ b/bin/localnet/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "registry-localnet" +name = "localnet" version = "0.1.0" edition = "2021" diff --git a/bin/registry-localnet/src/main.rs b/bin/localnet/src/main.rs similarity index 100% rename from bin/registry-localnet/src/main.rs rename to bin/localnet/src/main.rs diff --git a/xps-types/src/lib.rs b/xps-types/src/lib.rs index f4307fb..d78fc8a 100644 --- a/xps-types/src/lib.rs +++ b/xps-types/src/lib.rs @@ -11,8 +11,7 @@ use serde::{Deserialize, Serialize}; use std::fmt::Display; /// Address of the did:ethr Registry on Sepolia -// pub const DID_ETH_REGISTRY: &str = "0xd1D374DDE031075157fDb64536eF5cC13Ae75000"; -pub const DID_ETH_REGISTRY: &str = "0x5fbdb2315678afecb367f032d93f642f64180aa3"; +pub const DID_ETH_REGISTRY: &str = "0xd1D374DDE031075157fDb64536eF5cC13Ae75000"; // Address of the Conversation on Sepolia pub const CONVERSATION: &str = "0x15aE865d0645816d8EEAB0b7496fdd24227d1801";