Skip to content

Commit

Permalink
feat(wallet-utils): update eth deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Feb 10, 2023
1 parent 739d316 commit cbfa9a6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 448 deletions.
4 changes: 2 additions & 2 deletions suite-common/wallet-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test-unit:watch": "jest -o --watch"
},
"dependencies": {
"@ethereumjs/common": "^2.6.4",
"@ethereumjs/tx": "^3.5.2",
"@ethereumjs/common": "^3.0.2",
"@ethereumjs/tx": "^4.0.2",
"@suite-common/fiat-services": "workspace:*",
"@suite-common/metadata-types": "workspace:*",
"@suite-common/suite-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion suite-common/wallet-utils/src/sendFormUtils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { DeepMap, FieldError, UseFormMethods } from 'react-hook-form';

import BigNumber from 'bignumber.js';
import Common, { Chain, Hardfork } from '@ethereumjs/common';
import { Common, Chain, Hardfork } from '@ethereumjs/common';
import { Transaction, TxData } from '@ethereumjs/tx';
import { fromWei, padLeft, toHex, toWei } from 'web3-utils';

Expand Down
Loading

0 comments on commit cbfa9a6

Please sign in to comment.