You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to be merged onto the feat/multichain branch
As a user,
I want to see on which chains a Module has been deployed,
So that it's easier to find and use it
Currently, Modules are accessed at https://explorer.ver.ax/[CHAIN_NAME]/modules/[MODULE_ID].
Now that we are moving to a chain agnostic approach, the URL will be https://explorer.ver.ax/modules/[MODULEL_ID].
Detail page
On the detail page (https://explorer.ver.ax/modules/[MODULE_ID]), we should display the exhaustive list of networks where this Module is available. This list is a list of logos + tooltips, when hovering the logos, with the chains names.
For now at least, we probably don't have 2 Modules with the exact same address on 2 network but should anticipate the case.
Table view
On any table view (Search results + https://explorer.ver.ax/modules), the logos should be displayed in small on the same row. Up to 4 logos, and if there are more chains, add a + x networks.
The text was updated successfully, but these errors were encountered:
Note
This needs to be merged onto the
feat/multichain
branchAs a user,
I want to see on which chains a Module has been deployed,
So that it's easier to find and use it
Currently, Modules are accessed at
https://explorer.ver.ax/[CHAIN_NAME]/modules/[MODULE_ID]
.Now that we are moving to a chain agnostic approach, the URL will be
https://explorer.ver.ax/modules/[MODULEL_ID]
.Detail page
On the detail page (
https://explorer.ver.ax/modules/[MODULE_ID]
), we should display the exhaustive list of networks where this Module is available. This list is a list of logos + tooltips, when hovering the logos, with the chains names.For now at least, we probably don't have 2 Modules with the exact same address on 2 network but should anticipate the case.
Table view
On any table view (Search results +
https://explorer.ver.ax/modules
), the logos should be displayed in small on the same row. Up to 4 logos, and if there are more chains, add a+ x networks
.The text was updated successfully, but these errors were encountered: