UNPKG

@0xsequence/connect

Version:
14 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ecosystemWallet = void 0; const ecosystemWallet_js_1 = require("./ecosystemWallet.js"); const ecosystemWallet = (options) => ({ id: 'ecosystem-wallet', logoDark: options.logoDark, logoLight: options.logoLight, name: options.name || 'Ecosystem Wallet', type: 'social', createConnector: () => (0, ecosystemWallet_js_1.ecosystemWallet)(options) }); exports.ecosystemWallet = ecosystemWallet; //# sourceMappingURL=index.js.map