@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
19 lines • 532 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.aptosConfig = void 0;
const aptosConfig = {
config_currency_aptos: {
type: "object",
default: {
status: {
type: "active",
features: [
{ id: "blockchain_txs", status: "active" },
{ id: "staking_txs", status: "active" },
],
},
},
},
};
exports.aptosConfig = aptosConfig;
//# sourceMappingURL=config.js.map