UNPKG

@ledgerhq/live-common

Version:
19 lines 532 B
"use strict"; 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