Skip to content

Commit

Permalink
lint + allow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Nov 9, 2022
1 parent 166cfe7 commit 168b1b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
"eth-sig-util>ethereumjs-util>secp256k1": true,
"ethereumjs-util>ethereum-cryptography>keccak": true,
"ethereumjs-util>ethereum-cryptography>secp256k1": true,
"simple-git-hooks": false
"simple-git-hooks": false,
"web3-provider-engine>ethereumjs-util>keccak": false,
"web3-provider-engine>ethereumjs-util>secp256k1": false
}
}
}
5 changes: 4 additions & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ import {
import { fromWei, toWei } from 'ethjs-unit';
import { ethErrors } from 'eth-rpc-errors';
import ensNamehash from 'eth-ens-namehash';
import { TYPED_MESSAGE_SCHEMA, typedSignatureHash } from '@metamask/eth-sig-util';
import {
TYPED_MESSAGE_SCHEMA,
typedSignatureHash,
} from '@metamask/eth-sig-util';
import { validate } from 'jsonschema';
import { CID } from 'multiformats/cid';
import deepEqual from 'fast-deep-equal';
Expand Down
15 changes: 3 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -606,18 +606,9 @@ __metadata:
languageName: node
linkType: hard

"@ethereumjs/rlp@npm:^4.0.0-beta.2":
version: 4.0.0
resolution: "@ethereumjs/rlp@npm:4.0.0"
bin:
rlp: bin/rlp
checksum: 407dfb8b1e09b4282e6be561e8d74f8939da78f460c08456c7ba2fb273fc42ee16027955a07085abfd7600ffb466c4c4add159885e67abb91bc85db9dd81ffb5
languageName: node
linkType: hard

"@ethereumjs/tx@npm:3.0.0":
version: 3.0.0
resolution: "@ethereumjs/tx@npm:3.0.0"
"@ethereumjs/common@npm:^2.6.3":
version: 2.6.5
resolution: "@ethereumjs/common@npm:2.6.5"
dependencies:
crc-32: ^1.2.0
ethereumjs-util: ^7.1.5
Expand Down

0 comments on commit 168b1b5

Please sign in to comment.