File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 130130 "eth-sig-util>ethereumjs-util>keccak" : true ,
131131 "eth-sig-util>ethereumjs-util>secp256k1" : true ,
132132 "ethereumjs-util>ethereum-cryptography>keccak" : true ,
133- "ethereumjs-util>ethereum-cryptography>secp256k1" : true
133+ "ethereumjs-util>ethereum-cryptography>secp256k1" : true ,
134+ "web3-provider-engine>ethereumjs-util>keccak" : false ,
135+ "web3-provider-engine>ethereumjs-util>secp256k1" : false
134136 }
135137 }
136138}
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ import {
1010import { fromWei , toWei } from 'ethjs-unit' ;
1111import { ethErrors } from 'eth-rpc-errors' ;
1212import ensNamehash from 'eth-ens-namehash' ;
13- import { TYPED_MESSAGE_SCHEMA , typedSignatureHash } from '@metamask/eth-sig-util' ;
13+ import {
14+ TYPED_MESSAGE_SCHEMA ,
15+ typedSignatureHash ,
16+ } from '@metamask/eth-sig-util' ;
1417import { validate } from 'jsonschema' ;
1518import { CID } from 'multiformats/cid' ;
1619import deepEqual from 'fast-deep-equal' ;
You can’t perform that action at this time.
0 commit comments