Skip to content

Commit

Permalink
Export Eip1193Bridge in experimental package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 18, 2021
1 parent 7c8ae9c commit 1fcf4b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/experimental/src.ts/eip1193-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getBlockTag(tag) {
}
*/

export class _Eip1193Bridge extends EventEmitter {
export class Eip1193Bridge extends EventEmitter {
readonly signer: ethers.Signer;
readonly provider: ethers.providers.Provider;

Expand Down
2 changes: 2 additions & 0 deletions packages/experimental/src.ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import { BrainWallet } from "./brain-wallet";
import { NonceManager } from "./nonce-manager";
import { Eip1193Bridge } from "./eip1193-bridge";

export {
BrainWallet,
Eip1193Bridge,
NonceManager
}

0 comments on commit 1fcf4b6

Please sign in to comment.