Skip to content

Commit

Permalink
fix(aptos): add bot test into families aptos
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Dec 13, 2024
1 parent d97ae4f commit b2bcbfe
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 316 deletions.
2 changes: 0 additions & 2 deletions libs/coin-modules/coin-aptos/.env.integ.test.example

This file was deleted.

20 changes: 0 additions & 20 deletions libs/coin-modules/coin-aptos/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion libs/coin-modules/coin-aptos/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions libs/coin-modules/coin-aptos/.unimportedrc.json

This file was deleted.

1 change: 0 additions & 1 deletion libs/coin-modules/coin-aptos/CHANGELOG.md

This file was deleted.

8 changes: 0 additions & 8 deletions libs/coin-modules/coin-aptos/jest.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions libs/coin-modules/coin-aptos/jest.integ.config.js

This file was deleted.

135 changes: 0 additions & 135 deletions libs/coin-modules/coin-aptos/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions libs/coin-modules/coin-aptos/src/config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions libs/coin-modules/coin-aptos/src/index.ts

This file was deleted.

44 changes: 0 additions & 44 deletions libs/coin-modules/coin-aptos/src/test/cli.ts

This file was deleted.

5 changes: 0 additions & 5 deletions libs/coin-modules/coin-aptos/src/test/index.ts

This file was deleted.

39 changes: 0 additions & 39 deletions libs/coin-modules/coin-aptos/src/types/bridge.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/coin-modules/coin-aptos/src/types/index.ts

This file was deleted.

13 changes: 0 additions & 13 deletions libs/coin-modules/coin-aptos/tsconfig.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getCryptoCurrencyById } from "@ledgerhq/cryptoassets/currencies";
import { parseCurrencyUnit } from "@ledgerhq/coin-framework/currencies/index";
import { botTest, genericTestDestination, pickSiblings } from "@ledgerhq/coin-framework/bot/specs";
import { acceptTransaction } from "./bot-deviceActions";
import type { Transaction } from "../types";
import type { Transaction } from "./types";
import BigNumber from "bignumber.js";
import { isAccountEmpty } from "@ledgerhq/coin-framework/account";
import { AccountLike } from "@ledgerhq/types-live";
Expand Down
2 changes: 2 additions & 0 deletions libs/ledger-live-common/src/generated/specs.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import aptos from "../families/aptos/bot-specs";
import casper from "../families/casper/specs";
import celo from "../families/celo/specs";
import crypto_org from "../families/crypto_org/specs";
Expand All @@ -23,6 +24,7 @@ import tron from "@ledgerhq/coin-tron/specs";
import xrp from "@ledgerhq/coin-xrp/specs";

export default {
aptos,
casper,
celo,
crypto_org,
Expand Down

0 comments on commit b2bcbfe

Please sign in to comment.