Skip to content

Commit

Permalink
Fix web3-types import (#6590)
Browse files Browse the repository at this point in the history
* Fix web3-types import

* update web3-rpc-methods CHANGELOG.md

---------

Co-authored-by: Daniel Garcia Briseno <[email protected]>
Co-authored-by: Muhammad Altabba <[email protected]>
  • Loading branch information
3 people authored Nov 17, 2023
1 parent 2c132c5 commit 0dec262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/web3-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [Unreleased]

### Fixed

- Fix web3-types import #6590 (#6589)
2 changes: 1 addition & 1 deletion packages/web3-rpc-methods/src/eth_rpc_methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import {
Uint,
Uint256,
Web3EthExecutionAPI,
Eip712TypedData,
} from 'web3-types';
import { Eip712TypedData } from 'web3-types/src/eth_types';
import { validator } from 'web3-validator';

export async function getProtocolVersion(requestManager: Web3RequestManager) {
Expand Down

0 comments on commit 0dec262

Please sign in to comment.