Skip to content

Commit

Permalink
export filterScopeObjectsSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Dec 6, 2024
1 parent 36c15de commit e335bd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/multichain/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('@metamask/multichain', () => {
"KnownWalletNamespaceRpcMethods",
"KnownNotifications",
"KnownWalletScopeString",
"filterScopeObjectsSupported",
"parseScopeString",
"normalizeScope",
"mergeScopeObject",
Expand Down
3 changes: 3 additions & 0 deletions packages/multichain/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ export {
KnownNotifications,
KnownWalletScopeString,
} from './scope/constants';
export {

Check failure on line 36 in packages/multichain/src/index.ts

View workflow job for this annotation

GitHub Actions / Lint, build, and test / Lint (20.x)

Replace `⏎··filterScopeObjectsSupported⏎` with `·filterScopeObjectsSupported·`
filterScopeObjectsSupported
} from './scope/filter';
export type {
ExternalScopeString,
ExternalScopeObject,
Expand Down

0 comments on commit e335bd1

Please sign in to comment.