Skip to content

Commit

Permalink
fix: unimported
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Prohaszka <stephane.prohaszka@ledger.fr>
  • Loading branch information
sprohaszka-ledger committed Apr 29, 2024
1 parent 1d8675c commit 7b2b133
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
32 changes: 31 additions & 1 deletion libs/coin-modules/coin-tezos/.unimportedrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"entry": [
"src/bridge/js.ts",
"src/api/bakers.ts",
"src/api/bakers.whitelist-default.ts",
"src/api/index.ts",
"src/api/tzkt.ts",
"src/bridge/broadcast.ts",
"src/bridge/createTransaction.ts",
"src/bridge/deviceTransactionConfig.ts",
"src/bridge/estimateMaxSpendable.ts",
"src/bridge/getAccountShape.ts",
"src/bridge/index.ts",
"src/bridge/preload.ts",
"src/bridge/prepareTransaction.ts",
"src/bridge/serialization.ts",
"src/bridge/signOperation.ts",
"src/bridge/transaction.ts",
"src/bridge/transactionStatus.ts",
"src/datasets/tezos.scanAccounts.1.ts",
"src/fixtures/makeAccount.ts",
"src/index.ts",
"src/signer/getAddress.ts",
"src/signer/index.ts",
"src/test/bot-deviceActions.ts",
"src/test/bot-specs.ts",
"src/test/bridgeDatasetTest.ts",
"src/test/cli.ts",
"src/test/index.ts",
"src/types/errors.ts",
"src/types/index.ts",
"src/types/model.ts",
"src/types/signer.ts"
],
"ignorePatterns": ["**/node_modules/**", "**/*.fixture.ts", "**/*.mock.ts", "**/*.test.{js,jsx,ts,tsx}"],
"ignoreUnimported": []
}
2 changes: 0 additions & 2 deletions libs/coin-modules/coin-tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@ledgerhq/cryptoassets": "workspace:^",
"@ledgerhq/devices": "workspace:^",
"@ledgerhq/errors": "workspace:^",
"@ledgerhq/live-config": "workspace:^",
"@ledgerhq/live-env": "workspace:^",
"@ledgerhq/live-network": "workspace:^",
"@ledgerhq/logs": "workspace:^",
Expand All @@ -85,7 +84,6 @@
"bignumber.js": "^9.1.2",
"blake2b": "^2.1.4",
"bs58check": "^2.1.2",
"expect": "^27.4.6",
"invariant": "^2.2.2",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
Expand Down
8 changes: 2 additions & 6 deletions libs/ledger-live-common/.unimportedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2635,13 +2635,9 @@
"src/families/stacks/bridge/utils/misc.unit.test.ts",
"src/families/stellar/__snapshots__/bridge.integration.test.ts.snap",
"src/families/stellar/bridge.integration.test.ts",
"src/families/tezos/bakers.test.ts",
"src/families/tezos/bridge.integration.test.ts",
"src/families/tezos/datasets",
"src/families/tezos/datasets/tezos.scanAccounts.1.ts",
"src/families/tezos/fixtures/makeAccount.ts",
"src/families/tezos/signOperation.test.ts",
"src/families/tezos/synchronisation.integration.test.ts",
"src/families/tezos/logic.ts",
"src/families/tezos/react.ts",
"src/families/tron/__snapshots__/bridge.integration.test.ts.snap",
"src/families/tron/api/superRepresentativesData.mock.ts",
"src/families/tron/bridge.integration.test.ts",
Expand Down
1 change: 0 additions & 1 deletion libs/ledger-live-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
"bip32": "^2.0.6",
"bip32-path": "^0.4.2",
"bip39": "^3.0.4",
"blake2b": "^2.1.4",
"blakejs": "^1.2.1",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
Expand Down

0 comments on commit 7b2b133

Please sign in to comment.