Skip to content

Commit

Permalink
Merge branch 'feature/evm' of https://github.com/DeFiCh/wallet into p…
Browse files Browse the repository at this point in the history
…ierregee/test-e2e-runner
  • Loading branch information
fullstackninja864 committed Oct 20, 2023
2 parents 8484977 + 5ed6a30 commit 00e6e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-app/app/contexts/EVMProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function EVMProvider({
provider,
chainId,
}),
[network, chainId, ethRpcUrl],
[network, chainId, ethRpcUrl, provider],
);

return (
Expand Down

0 comments on commit 00e6e17

Please sign in to comment.