diff --git a/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md b/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md index 9cbf8f4ddf..ffb994f2c9 100644 --- a/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md +++ b/apps/base-docs/tutorials/docs/0_deploy-with-hardhat.md @@ -291,7 +291,7 @@ etherscan: { :::info -You can get your Basescan API key from [basescan.org](https://basescan.org/myapikey) when you sign up for an account. +When verifying a contract with Basescan on testnet (Sepolia), an API key is not required. You can leave the value as `PLACEHOLDER_STRING`. On mainnet, you can get your Basescan API key from [here](https://basescan.org/myapikey) after you sign up for an account. ::: diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index 5800612c2d..ea5648bceb 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -168,9 +168,9 @@ "subcategory": "gaming" }, { - "name": "GhostLogs.xyz", - "description": "GhostLogs allows anyone to edit live smart contract code for tailored data emission.", - "url": "https://ghostlogs.xyz", + "name": "Ghost", + "description": "Next-gen indexing stack for next-gen blockchains. Built high-performance indexers (subgraphs) in Solidity.", + "url": "https://tryghost.xyz", "imageUrl": "/images/partners/ghostLogs.webp", "category": "infra", "subcategory": "data"