Verax is a shared registry for storing attestations of public interest on EVM chains, designed to enhance data discoverability and consumption for dApps across the network.
[!NOTE]
This needs to be merged onto the feat/multichain branch
As a user,
I want to know on which chains Attestations were issued, in Detail Page,
So that I understand where it was made
Currently, Attestations are accessed at https://explorer.ver.ax/[CHAIN_NAME]/attestations/[ATTESTATION_ID].
Now that we are moving to a chain agnostic approach, the URL will be https://explorer.ver.ax/attestations/[ATTESTATION_ID].
On any table view (Search results + https://explorer.ver.ax/attestations + last Attestations on the Module/Portal/Schema pages), the logo should be displayed in small on the same row. A tooltip is displayed when hovering the logo to display the chain name.
As a user, I want to know on which chains Attestations were issued, in Detail Page, So that I understand where it was made
Currently, Attestations are accessed at
https://explorer.ver.ax/[CHAIN_NAME]/attestations/[ATTESTATION_ID]
. Now that we are moving to a chain agnostic approach, the URL will behttps://explorer.ver.ax/attestations/[ATTESTATION_ID]
.On any table view (Search results +
https://explorer.ver.ax/attestations
+ last Attestations on the Module/Portal/Schema pages), the logo should be displayed in small on the same row. A tooltip is displayed when hovering the logo to display the chain name.