diff --git a/packages/web3-rpc-methods/CHANGELOG.md b/packages/web3-rpc-methods/CHANGELOG.md index dcf92f6e427..59757e0e5ac 100644 --- a/packages/web3-rpc-methods/CHANGELOG.md +++ b/packages/web3-rpc-methods/CHANGELOG.md @@ -126,4 +126,8 @@ Documentation: - Dependencies updated -## [Unreleased] \ No newline at end of file +## [Unreleased] + +### Fixed + +- Fix web3-types import #6590 (#6589) diff --git a/packages/web3-rpc-methods/src/eth_rpc_methods.ts b/packages/web3-rpc-methods/src/eth_rpc_methods.ts index 2a027733dfb..59c269051a4 100644 --- a/packages/web3-rpc-methods/src/eth_rpc_methods.ts +++ b/packages/web3-rpc-methods/src/eth_rpc_methods.ts @@ -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) {