Skip to content

Commit

Permalink
Fix DID address, registry-localnet -> localnet (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Feb 13, 2024
1 parent 66af436 commit d01fe2b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
"messaging",
"inbox",
"registry",
"xps-types", "bin/registry-localnet",
"xps-types", "bin/localnet",
]

exclude = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "registry-localnet"
name = "localnet"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions xps-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit d01fe2b

Please sign in to comment.