Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevsul authored Mar 5, 2021
1 parent 1056279 commit c7c199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/networkService.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { bufferToHex } from 'ethereumjs-util';
import erc20abi from 'human-standard-token-abi';

import Web3 from 'web3';
import '@metamask/legacy-web3'
import '@metamask/legacy-web3';
import WalletConnectProvider from '@walletconnect/web3-provider';
import WalletLink from 'walletlink';

Expand Down

0 comments on commit c7c199f

Please sign in to comment.