// @flow import type { CurrenciesData } from "@ledgerhq/types-live"; import type { Transaction } from "../types"; const dataset: CurrenciesData = { FIXME_ignorePreloadFields: ["tokens"], scanAccounts: [ { name: "crypto_org seed 1", apdus: ` => 55040000180363726f2c0000808a010080000000800000000000000000 <= 0346289788c2f518a158232e7028e8e86b30cff0670326d3a2507183cb0d81cecb63726f316a72306b6767786a64336b36376575377872376c7a3473333074796e736d727a3434667233399000 => 55040000180363726f2c0000808a010080000000800000000000000000 <= 0346289788c2f518a158232e7028e8e86b30cff0670326d3a2507183cb0d81cecb63726f316a72306b6767786a64336b36376575377872376c7a3473333074796e736d727a3434667233399000 => 55040000180363726f2c0000808a010080010000800000000000000000 <= 020a92d8f761dc1e1da67c28686bd798fe3dcc646e751e75383aa8147af308c4de63726f317837646e30776e3571397276707a6b71737172617667326a6776677236346c366e666561667a9000 `, }, ], }; export default dataset;