Skip to content

Commit

Permalink
fix(core): fix invalid nonce error (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada authored Oct 20, 2023
1 parent 2422423 commit 5ed6a30
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 5ed6a30

Please sign in to comment.