Skip to content

Commit

Permalink
Add EnsNode data to GetAccount response
Browse files Browse the repository at this point in the history
  • Loading branch information
jsidorenko committed Jul 26, 2021
1 parent 43e9a54 commit d57f4fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.14.0",
"version": "1.14.1",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down
10 changes: 10 additions & 0 deletions src/sdk/account/account.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,16 @@ export class AccountService extends Service {
gql`
query($chainId: Int, $account: String!) {
result: account(chainId: $chainId, account: $account) {
ensNode {
hash
name
label
address
state
zone
createdAt
updatedAt
}
address
type
state
Expand Down

0 comments on commit d57f4fa

Please sign in to comment.