Skip to content

Commit

Permalink
perf(custody-keyring): remove migrations from index (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolive authored Jul 15, 2024
1 parent 14d7cd5 commit deafdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,5 @@ test-report.xml
**/junit.xml
# Test results
test-results/

.nx/
4 changes: 0 additions & 4 deletions packages/custodyKeyring/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ export { MmiConfigurationController } from "./MmiConfiguration";

export { IMmiConfigurationControllerOptions } from "./interfaces/IMmiConfigurationControllerOptions";
export { JsonRpcCustodyKeyring } from "./custodianTypes/json-rpc/JsonRpcCustodyKeyring";

// @TODO Check if we need to export here the Migrator or it will live in it's own package
export { Migrator } from "./migrations/migrator";
export { migrations } from "./migrations";

0 comments on commit deafdd5

Please sign in to comment.