We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37115d6 commit c59a35bCopy full SHA for c59a35b
src/index.ts
@@ -6,6 +6,7 @@ import ITx from './types/ITx';
6
7
import BindableContract from './BindableContract';
8
import Contract, { AsyncCaller as ContractCaller } from './Contract';
9
+import FlashbotsWallet from './FlashbotsWallet';
10
import ProviderGroup from './ProviderGroup';
11
import ProviderGroupEth from './ProviderGroupEth';
12
import { providerFor, providersFor } from './Providers';
@@ -21,6 +22,7 @@ export {
21
22
BindableContract,
23
Contract,
24
ContractCaller,
25
+ FlashbotsWallet,
26
ProviderGroup,
27
ProviderGroupEth,
28
providerFor,
0 commit comments