refactor: rename blockscout to atlascan across the project #4
Annotations
4 errors and 1 warning
Run Jest:
lib/metadata/generate.test.ts#L41
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: static route 1`
- Snapshot - 4
+ Received + 4
{
- "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",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:41:22)
|
Run Jest:
lib/metadata/generate.test.ts#L41
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: dynamic route 1`
- Snapshot - 3
+ Received + 3
{
- "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",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:41:22)
|
Run Jest:
lib/metadata/generate.test.ts#L41
expect(received).toMatchSnapshot()
Snapshot name: `generates correct metadata for: dynamic route with API data 1`
- Snapshot - 3
+ Received + 3
{
- "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",
}
at Object.<anonymous> (lib/metadata/generate.test.ts:41:22)
|
Run Jest
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading