Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 3, 2023
1 parent be778d9 commit 10dd4b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider/modules/network/network.ts
Expand Up @@ -35,9 +35,8 @@ export const useNetwork = (
if (!provider) return;

const chainId = await provider.getChainId();
const newNetwork = SupportedNetworks[chainId];

if(masa.config.verbose)
const newNetwork = SupportedNetworks[chainId];
console.log({ newNetwork });

setCurrentNetwork(newNetwork);
Expand Down

0 comments on commit 10dd4b0

Please sign in to comment.