Skip to content

Commit 78934e6

Browse files
authored
Update Web3Provider.tsx
1 parent 51cf1ac commit 78934e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/context/Web3Provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const chains = [arbitrumGoerli, gnosisChiado];
1212
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";
1313

1414
const { publicClient, webSocketPublicClient } = configureChains(chains, [
15-
alchemyProvider({ apiKey: process.env.ALCHEMY_API_KEY ?? "HAAmSjN1RzxG1LNsGh9Je72bYVPsyFfQ" }),
15+
alchemyProvider({ apiKey: process.env.ALCHEMY_API_KEY ?? "" }),
1616
jsonRpcProvider({
1717
rpc: () => ({
1818
http: `https://rpc.chiadochain.net`,

0 commit comments

Comments
 (0)