From 3f5ad71e9736252f2031186bb434acdafb743850 Mon Sep 17 00:00:00 2001 From: Sun Date: Sun, 20 Mar 2022 12:33:26 +0800 Subject: [PATCH] update new domain.esse address --- src/account.rs | 2 +- src/migrate/domain.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/account.rs b/src/account.rs index d94631f..04aac7b 100644 --- a/src/account.rs +++ b/src/account.rs @@ -5,7 +5,7 @@ use tdn::types::{ group::EventId, primitives::{PeerId, PeerKey, Result}, }; -use tdn_did::{generate_eth_account, generate_peer, secp256k1::SecretKey, Language}; +use tdn_did::{generate_eth_account, generate_peer, Language}; use tdn_storage::local::{DStorage, DsValue}; use web3::signing::Key; diff --git a/src/migrate/domain.rs b/src/migrate/domain.rs index efe6f18..b97f249 100644 --- a/src/migrate/domain.rs +++ b/src/migrate/domain.rs @@ -15,5 +15,5 @@ pub(super) const DOMAIN_VERSIONS: [&str; 3] = [ is_default INTEGER NOT NULL, is_proxy INTEGER NOT NULL, is_actived INTEGER NOT NULL);", - "INSERT INTO providers (name, addr, is_ok, is_default, is_proxy, is_actived) VALUES ('domain.esse', '46d365b061f37b1b6f8a9762d3c8b6d0d8614b49f08a057dc9e75cddc382173c', true, true, true, true);", // domain.esse default inserted. + "INSERT INTO providers (name, addr, is_ok, is_default, is_proxy, is_actived) VALUES ('domain.esse', '35d1cc54836a151da67fc8d32ec4d3e92777f42f', true, true, true, true);", // domain.esse default inserted. ];