Skip to content

Commit

Permalink
fix: rebase and modif timeout for crypto org
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 12, 2024
1 parent 954fbbb commit efdf4d7
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 44 deletions.
1 change: 1 addition & 0 deletions libs/coin-modules/coin-cosmos/src/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ const cryptoOrg = {
...generateGenericCosmosTest("crypto_org", false, {
minViableAmount: cryptoOrgMinimalTransactionAmount,
mutations: cosmosLikeMutations(cryptoOrgMinimalTransactionAmount),
testTimeout: 4 * 60 * 1000,
skipOperationHistory: true,
}),
};
Expand Down
6 changes: 0 additions & 6 deletions libs/ledger-live-common/src/generated/bridge/js.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import casper from "../../families/casper/bridge/js";
import celo from "../../families/celo/bridge/js";
import crypto_org from "../../families/crypto_org/bridge/js";
import { bridge as algorand } from "../../families/algorand/setup";
import { bridge as bitcoin } from "../../families/bitcoin/setup";
import { bridge as cardano } from "../../families/cardano/setup";
Expand All @@ -25,11 +24,6 @@ import { bridge as xrp } from "../../families/xrp/setup";
export default {
casper,
celo,
<<<<<<< HEAD
crypto_org,
=======
internet_computer,
>>>>>>> 83ebc75b9f (fix: move crypto org into cosmos coin module)
algorand,
bitcoin,
cardano,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import casper from "../families/casper/deviceTransactionConfig";
import celo from "../families/celo/deviceTransactionConfig";
import crypto_org from "../families/crypto_org/deviceTransactionConfig";
import algorand from "@ledgerhq/coin-algorand/deviceTransactionConfig";
import bitcoin from "@ledgerhq/coin-bitcoin/deviceTransactionConfig";
import cardano from "@ledgerhq/coin-cardano/deviceTransactionConfig";
Expand All @@ -24,11 +23,6 @@ import xrp from "@ledgerhq/coin-xrp/deviceTransactionConfig";
export default {
casper,
celo,
<<<<<<< HEAD
crypto_org,
=======
internet_computer,
>>>>>>> 83ebc75b9f (fix: move crypto org into cosmos coin module)
algorand,
bitcoin,
cardano,
Expand Down
6 changes: 0 additions & 6 deletions libs/ledger-live-common/src/generated/hw-getAddress.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import casper from "../families/casper/hw-getAddress";
import celo from "../families/celo/hw-getAddress";
import crypto_org from "../families/crypto_org/hw-getAddress";
import { resolver as algorand } from "../families/algorand/setup";
import { resolver as bitcoin } from "../families/bitcoin/setup";
import { resolver as cardano } from "../families/cardano/setup";
Expand All @@ -25,11 +24,6 @@ import { resolver as xrp } from "../families/xrp/setup";
export default {
casper,
celo,
<<<<<<< HEAD
crypto_org,
=======
internet_computer,
>>>>>>> 83ebc75b9f (fix: move crypto org into cosmos coin module)
algorand,
bitcoin,
cardano,
Expand Down
6 changes: 0 additions & 6 deletions libs/ledger-live-common/src/generated/specs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import casper from "../families/casper/specs";
import celo from "../families/celo/specs";
import crypto_org from "../families/crypto_org/specs";
import algorand from "@ledgerhq/coin-algorand/specs";
import bitcoin from "@ledgerhq/coin-bitcoin/specs";
import cardano from "@ledgerhq/coin-cardano/specs";
Expand All @@ -25,11 +24,6 @@ import xrp from "@ledgerhq/coin-xrp/specs";
export default {
casper,
celo,
<<<<<<< HEAD
crypto_org,
=======
internet_computer,
>>>>>>> 83ebc75b9f (fix: move crypto org into cosmos coin module)
algorand,
bitcoin,
cardano,
Expand Down
6 changes: 0 additions & 6 deletions libs/ledger-live-common/src/generated/transaction.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import casper from "../families/casper/transaction";
import celo from "../families/celo/transaction";
import crypto_org from "../families/crypto_org/transaction";
import algorand from "@ledgerhq/coin-algorand/transaction";
import bitcoin from "@ledgerhq/coin-bitcoin/transaction";
import cardano from "@ledgerhq/coin-cardano/transaction";
Expand All @@ -25,11 +24,6 @@ import xrp from "@ledgerhq/coin-xrp/transaction";
export default {
casper,
celo,
<<<<<<< HEAD
crypto_org,
=======
internet_computer,
>>>>>>> 83ebc75b9f (fix: move crypto org into cosmos coin module)
algorand,
bitcoin,
cardano,
Expand Down
129 changes: 115 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efdf4d7

Please sign in to comment.