We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
networkId=custom-network
When using the custom-network networkId, dev.papi.how does not read the URL data and defaults to the Polkadot Relay chain.
networkId
This is not talking about this flow:
Instead it is when a prebuilt link is used to access a specific chain using the PAPI console.
This link allows you to re-create the issue: https://dev.papi.how/explorer#networkId=custom-network&endpoint=wss://rpc1.paseo.popnetwork.xyz. This will show blocks for Polkadot, not Pop Network.
With networkId=localhost it does actually work (regardless of localhost or not) https://dev.papi.how/explorer#networkId=localhost&endpoint=wss://rpc1.paseo.popnetwork.xyz.
networkId=localhost
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue! It's fixed now... The only thing to keep in mind is that now the URIs for custom networks look like this: https://dev.papi.how/explorer#networkId=custom&endpoint=wss://rpc1.paseo.popnetwork.xyz
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When using the custom-network
networkId
, dev.papi.how does not read the URL data and defaults to the Polkadot Relay chain.This is not talking about this flow:
Instead it is when a prebuilt link is used to access a specific chain using the PAPI console.
This link allows you to re-create the issue: https://dev.papi.how/explorer#networkId=custom-network&endpoint=wss://rpc1.paseo.popnetwork.xyz. This will show blocks for Polkadot, not Pop Network.
With
networkId=localhost
it does actually work (regardless of localhost or not)https://dev.papi.how/explorer#networkId=localhost&endpoint=wss://rpc1.paseo.popnetwork.xyz.
The text was updated successfully, but these errors were encountered: