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, });