Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
common: Use a more specific ens namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Sellier <self@cloudhead.io>
  • Loading branch information
cloudhead committed Feb 13, 2022
1 parent 563d319 commit 6161b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/person.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use rad_terminal::components as term;
pub use librad::git::identities::person::verify;

lazy_static::lazy_static! {
static ref ENS_NAMESPACE: url::Url = "https://radicle.xyz/ens"
static ref ENS_NAMESPACE: url::Url = "https://radicle.xyz/ethereum/ens/v1"
.parse()
.expect("static URL malformed");
}
Expand Down

0 comments on commit 6161b74

Please sign in to comment.