web3-ui
web3-ui copied to clipboard
Fix AlchemyGlobalContext Default Value Initialization
Changed: alchemyProvider: new Alchemy() → alchemyProvider: new Alchemy({ apiKey: '', network: Network.ETH_MAINNET }) Reason: The new Alchemy() constructor requires an apiKey and network for proper initialization. Without these values, it may cause runtime errors. This change ensures that the default context value is correctly instantiated with valid settings.