@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
17 lines • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.solanaConfig = void 0;
exports.solanaConfig = {
config_currency_solana: {
type: "object",
default: {
status: {
type: "active",
},
token2022Enabled: false,
queuedInterval: 100,
legacyOCMSMaxVersion: "1.8.0",
},
},
};
//# sourceMappingURL=config.js.map