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
Currently there is no way to jump to a particular page when viewing the table or sharing a particular page's link to a person.
We can enable this by accepting pagination parameters through the URL.
Two new parameters - pageNo & pageSize can be added other than just network that is present currently.
pageNo
pageSize
network
The API calls will need to be handled for this.
Example testing scenario -
https://app.jiffyscan.xyz/recentUserOps?pageNo=2 should open the second page of the table.
https://app.jiffyscan.xyz/recentUserOps?pageNo=2
The same would be needed for the block , bundle, bundler, account, and paymaster page too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently there is no way to jump to a particular page when viewing the table or sharing a particular page's link to a person.
We can enable this by accepting pagination parameters through the URL.
Two new parameters -
pageNo
&pageSize
can be added other than justnetwork
that is present currently.The API calls will need to be handled for this.
Example testing scenario -
https://app.jiffyscan.xyz/recentUserOps?pageNo=2
should open the second page of the table.The same would be needed for the block , bundle, bundler, account, and paymaster page too.
The text was updated successfully, but these errors were encountered: