UNPKG

@cosmos-kit/galaxy-station-extension

Version:

@cosmos-kit/galaxy-station-extension is the Galaxy Station integration for CosmosKit

7 lines (6 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wallets = void 0; const extension_1 = require("./extension"); const galaxyStationExtension = new extension_1.GalaxyStationExtensionWallet(extension_1.galaxyStationExtensionInfo); exports.wallets = [galaxyStationExtension];