Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fnkk committed Jun 19, 2024
1 parent 0857268 commit 78d3780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/metadata/__snapshots__/generate.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
exports[`generates correct metadata for: dynamic route 1`] = `
{
"description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer",
"title": "Blockscout transaction 0x12345 | Blockscout",
"title": "Blockscout network transaction 0x12345",
}
`;

exports[`generates correct metadata for: dynamic route with API data 1`] = `
{
"description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer",
"title": "Blockscout USDT token details | Blockscout",
"title": "Blockscout network USDT token details",
}
`;

exports[`generates correct metadata for: static route 1`] = `
{
"description": "Blockscout is the #1 open-source blockchain explorer available today. 100+ chains and counting rely on Blockscout data availability, APIs, and ecosystem tools to support their networks.",
"title": "Blockscout blocks | Blockscout",
"title": "Blockscout network blocks",
}
`;

0 comments on commit 78d3780

Please sign in to comment.