1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 11:28:51 +01:00

Fix eth-method-registry import (#10183)

This commit is contained in:
Erik Marks 2021-01-12 20:29:47 -08:00 committed by GitHub
parent 9e03066157
commit 79f0ba9697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'