Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from all 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: 2 additions & 0 deletions packages/web3/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import {
} from 'web3-eth-accounts';
import Contract, { ContractInitOptions } from 'web3-eth-contract';
import { ENS } from 'web3-eth-ens';
import Net from 'web3-net';
import { Iban } from 'web3-eth-iban';
import { Address, Bytes } from 'web3-utils';

Expand All @@ -66,6 +67,7 @@ export interface Web3EthInterface extends Eth {
*/
Contract: Web3ContractConstructor<any>;
Iban: typeof Iban;
net: Net;
ens: ENS;
abi: {
encodeEventSignature: typeof encodeFunctionSignature;
Expand Down