diff --git a/packages/grant-explorer/src/features/api/utils.ts b/packages/grant-explorer/src/features/api/utils.ts index 9ebcb8be6d..60abd75669 100644 --- a/packages/grant-explorer/src/features/api/utils.ts +++ b/packages/grant-explorer/src/features/api/utils.ts @@ -120,7 +120,7 @@ export const CHAINS: Record< [ChainId.SEPOLIA]: { id: ChainId.SEPOLIA, name: "Sepolia", - logo: "./logos/ethereum-eth-logo", + logo: "./logos/ethereum-eth-logo.svg", }, };