Add ENS domain information
This commit is contained in:
@@ -21,7 +21,7 @@ rand = "0.8.4"
|
||||
rsa = { version = "0.5.0", features = ["alloc"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.72"
|
||||
siwe = "0.1.2"
|
||||
siwe = "0.1.3"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.29"
|
||||
url = { version = "2.2", features = ["serde"] }
|
||||
@@ -30,6 +30,9 @@ sha2 = "0.9.0"
|
||||
cookie = "0.15.1"
|
||||
bincode = "1.3.3"
|
||||
async-trait = "0.1.52"
|
||||
ethers-core = "0.6.3"
|
||||
ethers-providers = "0.6.2"
|
||||
lazy_static = "1.4"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
async-session = "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user