Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Feb 5, 2024
1 parent dc553d5 commit dd00bbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const ConnectedAccountDisplay = (props: ConnectedAccountDisplayProps) =>

const { chain } = useNetwork();
let chainName = chain?.name.replace(/\d+|\s/g, '');
console.log('chainName', { chainName, chain: chain });

if (!(chainName && chainName.toUpperCase() in SupportedNetwork)) {
chainName = 'Unsupported Network';
}
Expand Down

0 comments on commit dd00bbb

Please sign in to comment.