We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cf1ac commit 78934e6Copy full SHA for 78934e6
web/src/context/Web3Provider.tsx
@@ -12,7 +12,7 @@ const chains = [arbitrumGoerli, gnosisChiado];
12
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";
13
14
const { publicClient, webSocketPublicClient } = configureChains(chains, [
15
- alchemyProvider({ apiKey: process.env.ALCHEMY_API_KEY ?? "HAAmSjN1RzxG1LNsGh9Je72bYVPsyFfQ" }),
+ alchemyProvider({ apiKey: process.env.ALCHEMY_API_KEY ?? "" }),
16
jsonRpcProvider({
17
rpc: () => ({
18
http: `https://rpc.chiadochain.net`,
0 commit comments