UNPKG

@0xsequence/connect

Version:
10 lines 379 B
import { ecosystemWallet as baseEcosystemWallet } from './ecosystemWallet.js'; export const ecosystemWallet = (options) => ({ id: 'ecosystem-wallet', logoDark: options.logoDark, logoLight: options.logoLight, name: options.name || 'Ecosystem Wallet', type: 'social', createConnector: () => baseEcosystemWallet(options) }); //# sourceMappingURL=index.js.map