Skip to content

Commit

Permalink
Address feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Aug 16, 2023
1 parent 2d7a184 commit c0aafd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ens-improvement-proposals/ensip-16-offchain-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const dataLocation = await.resolver.graphqlUrl()
// }
```

##### GgraphQL schema
##### GraphQL schema

##### L1

Expand Down Expand Up @@ -137,6 +137,7 @@ type Domain {
resolvedAddress: Bytes
parent: Domain
subdomains: [Domain]
subdomainCount: Int!
resolver: Resolver!
expiryDate: BigInt
}
Expand Down

0 comments on commit c0aafd9

Please sign in to comment.