Skip to content

Commit

Permalink
Update Queries.md
Browse files Browse the repository at this point in the history
Changed ENS name to Vitalik
  • Loading branch information
PaulieB14 authored Aug 23, 2022
1 parent 3429483 commit 6f7e52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subgraph/Queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ query getSubDomains($Account: String = "datanexus.eth") {

```graphql
{
query getDomainExp($Account: String = "datanexus.eth") {
query getDomainExp($Account: String = "vitalik.eth") {
registrations(
where: {domain_: {name: $Account}}
first: 1
Expand Down

0 comments on commit 6f7e52e

Please sign in to comment.