diff --git a/mobile-app/app/contexts/EVMProvider.tsx b/mobile-app/app/contexts/EVMProvider.tsx index 45c838d88d..c43ae38e66 100644 --- a/mobile-app/app/contexts/EVMProvider.tsx +++ b/mobile-app/app/contexts/EVMProvider.tsx @@ -51,7 +51,7 @@ export function EVMProvider({ provider, chainId, }), - [network, chainId, ethRpcUrl], + [network, chainId, ethRpcUrl, provider], ); return (