Skip to content

Commit c59a35b

Browse files
committed
Fix exports for new FlashbotsWallet class
1 parent 37115d6 commit c59a35b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import ITx from './types/ITx';
66

77
import BindableContract from './BindableContract';
88
import Contract, { AsyncCaller as ContractCaller } from './Contract';
9+
import FlashbotsWallet from './FlashbotsWallet';
910
import ProviderGroup from './ProviderGroup';
1011
import ProviderGroupEth from './ProviderGroupEth';
1112
import { providerFor, providersFor } from './Providers';
@@ -21,6 +22,7 @@ export {
2122
BindableContract,
2223
Contract,
2324
ContractCaller,
25+
FlashbotsWallet,
2426
ProviderGroup,
2527
ProviderGroupEth,
2628
providerFor,

0 commit comments

Comments
 (0)