We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dc73c commit 6235ce7Copy full SHA for 6235ce7
src/components/CCIP/Chain/Chain.astro
@@ -113,13 +113,7 @@ const chainStructuredData = generateChainStructuredData(
113
network={network}
114
environment={environment}
115
lanes={searchLanes}
116
- verifiers={allVerifiers.map((verifier) => ({
117
- id: verifier.id,
118
- name: verifier.name,
119
- type: verifier.type,
120
- logo: verifier.logo,
121
- totalNetworks: verifier.totalNetworks,
122
- }))}
+ verifiers={allVerifiers}
123
client:load
124
/>
125
<section class="layout">
0 commit comments