@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines (16 loc) • 401 B
text/typescript
import { CurrencyLiveConfigDefinition } from "../../config";
const aptosConfig: CurrencyLiveConfigDefinition = {
config_currency_aptos: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", status: "active" },
{ id: "staking_txs", status: "active" },
],
},
},
},
};
export { aptosConfig };