Skip to content

Feature request: add wot members to address book

This would make easier to read details with the name instead of the address.

Problem is that we need subsquid for that:

query MyQuery {
  identities {
    account {
      id
    }
    name
  }
}