Skip to content

Commit

Permalink
Update packages/web3/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com>
  • Loading branch information
jdevcs and Muhammad-Altabba committed Jul 3, 2023
1 parent 3776366 commit 59a20da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web3/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ import {
} from 'web3-eth-accounts';
import { Contract } from 'web3-eth-contract';
import { ENS } from 'web3-eth-ens';
import Net from 'web3-net';
import { Net } from 'web3-net';
import { Iban } from 'web3-eth-iban';
import Personal from 'web3-eth-personal';
import { Personal } from 'web3-eth-personal';

/**
* The Ethereum interface for main web3 object. It provides extra methods in addition to `web3-eth` interface.
Expand Down

0 comments on commit 59a20da

Please sign in to comment.