UNPKG

@ledgerhq/live-common

Version:
13 lines (10 loc) 250 B
import { CurrencyLiveConfigDefinition } from "../../config"; const aptosConfig: CurrencyLiveConfigDefinition = { config_currency_aptos: { type: "object", default: { status: { type: "active" }, }, }, }; export { aptosConfig };