Skip to content

Commit

Permalink
export messenger references
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Feb 29, 2024
1 parent 174c4b4 commit 4764957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"check-lockfile": "./scripts/check-lockfile.sh",
"audit:ci": "yarn audit-ci --moderate --config audit-ci.jsonc"
},
"type": "module",
"module": "dist/index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.20.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export { RainbowProvider } from './RainbowProvider';
export { handleProviderRequest } from './handleProviderRequest';
export { IMessageSender } from './references/messengers';
export { AddEthereumChainProposedChain } from './references/chains';
export { RequestArguments, RequestResponse } from './references/messengers';

0 comments on commit 4764957

Please sign in to comment.