Skip to content

Commit

Permalink
Export MultiChainProvider types (MetaMask#857)
Browse files Browse the repository at this point in the history
* Export MultiChainProvider types

* Move export to index
  • Loading branch information
FrederikBolding authored Oct 26, 2022
1 parent 37ba172 commit e647314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/provider/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
export * from './MultiChainProvider';
export * from './Provider';
export {
ChainId,
ConnectArguments,
RequestArguments,
Session,
} from '@metamask/snap-utils';

0 comments on commit e647314

Please sign in to comment.