Fix eth-method-registry import (#10183)

feature/default_network_editable
Erik Marks 4 years ago committed by GitHub
parent 9e03066157
commit 79f0ba9697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/helpers/utils/transactions.util.js

@ -1,4 +1,4 @@
import MethodRegistry from 'eth-method-registry'
import { MethodRegistry } from 'eth-method-registry'
import abi from 'human-standard-token-abi'
import { ethers } from 'ethers'
import log from 'loglevel'

Loading…
Cancel
Save