Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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