From f60461e814997f6494251cd0dddea504192aaf7c Mon Sep 17 00:00:00 2001 From: r8bywork Date: Mon, 1 Apr 2024 14:07:00 +0300 Subject: [PATCH] fix: jest tests --- .../__snapshots__/generate.test.ts.snap | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/metadata/__snapshots__/generate.test.ts.snap b/lib/metadata/__snapshots__/generate.test.ts.snap index de88a039ef..9811c63c2a 100644 --- a/lib/metadata/__snapshots__/generate.test.ts.snap +++ b/lib/metadata/__snapshots__/generate.test.ts.snap @@ -2,36 +2,36 @@ exports[`generates correct metadata for: dynamic route 1`] = ` { - "description": "View transaction 0x12345 on Blockscout (Blockscout) Explorer", + "description": "View transaction 0x12345 on Atleta Network (Atleta) Explorer", "opengraph": { "description": "", "imageUrl": "", - "title": "Blockscout transaction 0x12345 | Blockscout", + "title": "Atleta Network transaction 0x12345 | Atlascan", }, - "title": "Blockscout transaction 0x12345 | Blockscout", + "title": "Atleta Network transaction 0x12345 | Atlascan", } `; exports[`generates correct metadata for: dynamic route with API data 1`] = ` { - "description": "0x12345, balances and analytics on the Blockscout (Blockscout) Explorer", + "description": "0x12345, balances and analytics on the Atleta Network (Atleta) Explorer", "opengraph": { "description": "", "imageUrl": "", - "title": "Blockscout USDT token details | Blockscout", + "title": "Atleta Network USDT token details | Atlascan", }, - "title": "Blockscout USDT token details | Blockscout", + "title": "Atleta Network USDT token details | Atlascan", } `; 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.", + "description": "Atlascan is the #1 open-source blockchain explorer available today. 100+ chains and counting rely on Atlascan data availability, APIs, and ecosystem tools to support their networks.", "opengraph": { "description": "", - "imageUrl": "http://localhost:3000/static/og_placeholder.png", - "title": "Blockscout blocks | Blockscout", + "imageUrl": "http://localhost/static/og_placeholder.png", + "title": "Atleta Network blocks | Atlascan", }, - "title": "Blockscout blocks | Blockscout", + "title": "Atleta Network blocks | Atlascan", } `;