Closed gratestas closed 2 years ago
Removed the chainId argument from props since it never gets passed down from the parent component. Replaced with networkId variable provided by web3-react lib within the component.
chainId
networkId
fixes #249 fixes #247
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 100.0% Duplication
Removed the
chainId
argument from props since it never gets passed down from the parent component. Replaced withnetworkId
variable provided by web3-react lib within the component.fixes #249 fixes #247