UNPKG

raiden-ts

Version:

Raiden Light Client Typescript/Javascript SDK

11 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const migrations = { 1: async (doc) => { if (doc._id === 'state.address') return [doc, { _id: 'state.services', value: {} }]; return [doc]; }, }; exports.default = migrations; //# sourceMappingURL=migrations.js.map