-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
libs/ledger-live-common/src/generated/deviceTransactionConfig.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
import casper from "../families/casper/specs"; | ||
import celo from "../families/celo/specs"; | ||
import crypto_org from "../families/crypto_org/specs"; | ||
import filecoin from "../families/filecoin/specs"; | ||
import hedera from "../families/hedera/specs"; | ||
import internet_computer from "../families/internet_computer/specs"; | ||
import stacks from "../families/stacks/specs"; | ||
import vechain from "../families/vechain/specs"; | ||
import algorand from "@ledgerhq/coin-algorand/specs"; | ||
import bitcoin from "@ledgerhq/coin-bitcoin/specs"; | ||
import cardano from "@ledgerhq/coin-cardano/specs"; | ||
import casper from "../families/casper/specs"; | ||
import celo from "../families/celo/specs"; | ||
import cosmos from "@ledgerhq/coin-cosmos/specs"; | ||
import crypto_org from "../families/crypto_org/specs"; | ||
import elrond from "@ledgerhq/coin-elrond/specs"; | ||
import evm from "@ledgerhq/coin-evm/specs"; | ||
import filecoin from "../families/filecoin/specs"; | ||
import hedera from "../families/hedera/specs"; | ||
import icon from "@ledgerhq/coin-icon/specs"; | ||
import internet_computer from "../families/internet_computer/specs"; | ||
import near from "@ledgerhq/coin-near/specs"; | ||
import polkadot from "@ledgerhq/coin-polkadot/specs"; | ||
import solana from "@ledgerhq/coin-solana/specs"; | ||
import stacks from "../families/stacks/specs"; | ||
import stellar from "@ledgerhq/coin-stellar/specs"; | ||
import tezos from "@ledgerhq/coin-tezos/specs"; | ||
import ton from "@ledgerhq/coin-ton/specs"; | ||
import tron from "@ledgerhq/coin-tron/specs"; | ||
import vechain from "../families/vechain/specs"; | ||
import xrp from "@ledgerhq/coin-xrp/specs"; | ||
|
||
export default { | ||
casper, | ||
celo, | ||
crypto_org, | ||
filecoin, | ||
hedera, | ||
internet_computer, | ||
stacks, | ||
vechain, | ||
algorand, | ||
bitcoin, | ||
cardano, | ||
casper, | ||
celo, | ||
cosmos, | ||
crypto_org, | ||
elrond, | ||
evm, | ||
filecoin, | ||
hedera, | ||
icon, | ||
internet_computer, | ||
near, | ||
polkadot, | ||
solana, | ||
stacks, | ||
stellar, | ||
tezos, | ||
ton, | ||
tron, | ||
vechain, | ||
xrp, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
import casper from "../families/casper/transaction"; | ||
import celo from "../families/celo/transaction"; | ||
import crypto_org from "../families/crypto_org/transaction"; | ||
import filecoin from "../families/filecoin/transaction"; | ||
import hedera from "../families/hedera/transaction"; | ||
import internet_computer from "../families/internet_computer/transaction"; | ||
import stacks from "../families/stacks/transaction"; | ||
import vechain from "../families/vechain/transaction"; | ||
import algorand from "@ledgerhq/coin-algorand/transaction"; | ||
import bitcoin from "@ledgerhq/coin-bitcoin/transaction"; | ||
import cardano from "@ledgerhq/coin-cardano/transaction"; | ||
import casper from "../families/casper/transaction"; | ||
import celo from "../families/celo/transaction"; | ||
import cosmos from "@ledgerhq/coin-cosmos/transaction"; | ||
import crypto_org from "../families/crypto_org/transaction"; | ||
import elrond from "@ledgerhq/coin-elrond/transaction"; | ||
import evm from "@ledgerhq/coin-evm/transaction"; | ||
import filecoin from "../families/filecoin/transaction"; | ||
import hedera from "../families/hedera/transaction"; | ||
import icon from "@ledgerhq/coin-icon/transaction"; | ||
import internet_computer from "../families/internet_computer/transaction"; | ||
import near from "@ledgerhq/coin-near/transaction"; | ||
import polkadot from "@ledgerhq/coin-polkadot/transaction"; | ||
import solana from "@ledgerhq/coin-solana/transaction"; | ||
import stacks from "../families/stacks/transaction"; | ||
import stellar from "@ledgerhq/coin-stellar/transaction"; | ||
import tezos from "@ledgerhq/coin-tezos/transaction"; | ||
import ton from "@ledgerhq/coin-ton/transaction"; | ||
import tron from "@ledgerhq/coin-tron/transaction"; | ||
import vechain from "../families/vechain/transaction"; | ||
import xrp from "@ledgerhq/coin-xrp/transaction"; | ||
|
||
export default { | ||
casper, | ||
celo, | ||
crypto_org, | ||
filecoin, | ||
hedera, | ||
internet_computer, | ||
stacks, | ||
vechain, | ||
algorand, | ||
bitcoin, | ||
cardano, | ||
casper, | ||
celo, | ||
cosmos, | ||
crypto_org, | ||
elrond, | ||
evm, | ||
filecoin, | ||
hedera, | ||
icon, | ||
internet_computer, | ||
near, | ||
polkadot, | ||
solana, | ||
stacks, | ||
stellar, | ||
tezos, | ||
ton, | ||
tron, | ||
vechain, | ||
xrp, | ||
}; |