Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uniquery for evm indexer #47

Closed
roiLeo opened this issue Sep 19, 2024 · 5 comments
Closed

uniquery for evm indexer #47

roiLeo opened this issue Sep 19, 2024 · 5 comments

Comments

@roiLeo
Copy link
Contributor

roiLeo commented Sep 19, 2024

make uniquery available for evm (kodadot/basick)

@vikiival
Copy link
Member

It is available sir

import { getClient } from '@kodadot1/uniquery'

const client = getClient('base')

const query = client.collectionListByName('harmony')

const res = await client.fetch(query)
console.log(res)

@roiLeo
Copy link
Contributor Author

roiLeo commented Sep 23, 2024

Thank you! Maybe indicate on the readme the list of available client?

@vikiival
Copy link
Member

Thank you! Maybe indicate on the readme the list of available client?

Yup I plan to reexport Prefix from 'kodadot1/static' so it is more user friendly

@vikiival
Copy link
Member

vikiival commented Oct 4, 2024

added in #52
released in 0.7.0-rc.1

@vikiival
Copy link
Member

vikiival commented Oct 4, 2024

@vikiival vikiival closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants