From 077c22fb2a40e3fe5691e70f60839b76b6817728 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Tue, 4 Mar 2025 19:48:40 +0100 Subject: [PATCH] Update AlchemyProvider.tsx --- packages/hooks/src/provider/AlchemyProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hooks/src/provider/AlchemyProvider.tsx b/packages/hooks/src/provider/AlchemyProvider.tsx index 5ccdf75..9a738b2 100644 --- a/packages/hooks/src/provider/AlchemyProvider.tsx +++ b/packages/hooks/src/provider/AlchemyProvider.tsx @@ -19,7 +19,7 @@ interface IGlobalContextType { export const AlchemyGlobalContext = createContext({ alchemyKey: '', - alchemyProvider: new Alchemy(), + alchemyProvider: new Alchemy({ apiKey: '', network: Network.ETH_MAINNET }), network: Network.ETH_MAINNET, });