Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored and MajorLift committed Oct 11, 2023
1 parent 8e90f82 commit b5956cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eth-method-registry": "1.1.0",
"eth-phishing-detect": "^1.1.13",
"eth-query": "^2.1.2",
"eth-rpc-errors": "^3.0.0",
"eth-rpc-errors": "^4.0.0",
"eth-sig-util": "^2.3.0",
"ethereumjs-util": "^6.1.0",
"ethereumjs-wallet": "0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/transaction/TransactionController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { EventEmitter } from 'events';
import { addHexPrefix, bufferToHex } from 'ethereumjs-util';
import { ethErrors } from 'eth-rpc-errors';
import BaseController, { BaseConfig, BaseState } from '../BaseController';
import NetworkController from '../network/NetworkController';

Expand All @@ -14,7 +15,6 @@ import {
handleTransactionFetch,
} from '../util';

const { ethErrors } = require('eth-rpc-errors');
const MethodRegistry = require('eth-method-registry');
const EthQuery = require('eth-query');
const Transaction = require('ethereumjs-tx');
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2549,6 +2549,13 @@ eth-rpc-errors@^3.0.0:
dependencies:
fast-safe-stringify "^2.0.6"

eth-rpc-errors@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eth-rpc-errors/-/eth-rpc-errors-4.0.0.tgz#6a2c075c5f02df12cc949e8450d72f1aba3ebdc4"
integrity sha512-Jf/GX6PBQz8JLmICTLDgyAUB4BZ0YmnGhgoj2t+c7GdxGF2SFROO9Mk5q+MiJMZ1yGNcIOjnbmZ+NBv9ewIdEQ==
dependencies:
fast-safe-stringify "^2.0.6"

eth-sig-util@^1.4.0, eth-sig-util@^1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/eth-sig-util/-/eth-sig-util-1.4.2.tgz#8d958202c7edbaae839707fba6f09ff327606210"
Expand Down

0 comments on commit b5956cf

Please sign in to comment.