Skip to content

Commit

Permalink
fix wallet_addEthereumChain
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Feb 15, 2023
1 parent 24525fa commit 7aeb5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/masa-context-provider.tsx
Expand Up @@ -181,7 +181,7 @@ export const MasaContextProvider = ({
params: [
{
...networkDetails,
chainId: ethers.utils.hexValue(networkDetails.chainId),
chainId: networkDetails.chainId,
},
],
});
Expand Down

0 comments on commit 7aeb5cf

Please sign in to comment.