Skip to content

Commit

Permalink
feat: add support for new getData([]) (#48)
Browse files Browse the repository at this point in the history
* refactor: code comments and tests

* docs: fix typo

* feat: add support for new getData([])

* refactor(provider): remove duplicate code

* refactor: get all array elements in 1 call

* refactor: call erc725Version only 1 for getAllData
  • Loading branch information
Hugoo authored Oct 31, 2021
1 parent a326cd6 commit 6cbb1e7
Show file tree
Hide file tree
Showing 13 changed files with 995 additions and 355 deletions.
2 changes: 1 addition & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ compatible web browser from the [Metamask plugin](https://metamask.io/).
const ethereumProvider = window.ethereum;
```

## Graphql (Apollo)
## GraphQL (Apollo)

Also supported is a [GraphQL
client](https://www.apollographql.com/docs/) as the provider.
Expand Down
Loading

0 comments on commit 6cbb1e7

Please sign in to comment.