Skip to content

Commit

Permalink
Add transaction origin caveat export (#1010)
Browse files Browse the repository at this point in the history
* Add transaction origin caveat export

* Update coverage
  • Loading branch information
FrederikBolding authored Nov 24, 2022
1 parent 4095eb8 commit 2db9360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snaps-controllers/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = deepmerge(baseConfig, {
coverageThreshold: {
global: {
branches: 88.74,
functions: 97.6,
functions: 97.23,
lines: 97.1,
statements: 97.1,
},
Expand Down
1 change: 1 addition & 0 deletions packages/snaps-controllers/src/snaps/endowments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ export const handlerEndowments: Record<HandlerType, string> = {
};

export * from './enum';
export { getTransactionOriginCaveat } from './transaction-insight';

0 comments on commit 2db9360

Please sign in to comment.