-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Hyperbridge Nexus #590
Comments
Hi, by requirement, you mean what needs to be done? |
We don't want to run an indexer currently, we would like you to add it to your indexer. RPC urls Also, hyperbridge runtime uses keccak hashing, can't find where to supply the type bundles to the indexer in the code. |
Keccak may be a compatibility issue, I have no idea tbh. Are multisigs working on polkadot-js/apps, or what part of the integration could be tricky in your opinion? Multix hasn't been funded for many months, and few significant update have been made so far because of this. If Keccak doesn't bring any issue, we can add it and get funding from the treasury later for the infra. |
We already added support for keccak in polkadotjs, we just need a way to configure the ApiPromise for the indexer. To support hyperbridge, we need to initialize the ApiPromise with the type bundles like typesBundle: {
spec: {
nexus: {
hasher: keccakAsU8a,
},
},
}, |
ok so we're talking about some speficicities I don't have the bandwith to go into. Also you can assume Multix in using papi right now, I don't merge #559 right now before a week-end, but it'll be done on Monday. |
Also there are 2 things, the UI (with papi), and the indexer. The indexer is subsquid, do you know if it's compatible with your chain at all, or if it needs to tweaks too? |
I'll check if subsquid is compatible, subquery works, so I believe subsquid should work also |
We want multix to support hyperbridge nexus.
What are the requirements for the indexer?
The text was updated successfully, but these errors were encountered: