UNPKG

@cosmos-kit/galaxy-station-extension

Version:

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

23 lines (22 loc) 629 B
import { ICON } from '../constant'; export const galaxyStationExtensionInfo = { name: 'galaxy-station-extension', prettyName: 'Galaxy Station', logo: ICON, mode: 'extension', mobileDisabled: true, connectEventNamesOnWindow: [ 'galaxy_station_wallet_change', 'galaxy_station_network_change', ], rejectMessage: { source: 'Request rejected', }, downloads: [ { device: 'desktop', browser: 'chrome', link: 'https://chromewebstore.google.com/detail/galaxy-station-wallet/akckefnapafjbpphkefbpkpcamkoaoai', }, ], };