Add ENS domain information

This commit is contained in:
Simon Bihel
2022-01-25 16:29:02 +00:00
parent 452bd2d9fb
commit b34027b096
9 changed files with 447 additions and 43 deletions

View File

@@ -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"