UNPKG

animiassumenda

Version:

Blox live, desktop app for managing staking accounts

15 lines (13 loc) 354 B
export const EVENTS = { accountsChanged: 'accountsChanged', networkChanged: 'networkChanged', chainIdChanged: 'chainIdChanged', }; export const NETWORK_IDS = { '1': 'Ethereum Main Network', '2': 'Morden Test network', '3': 'Ropsten Test Network', '4': 'Rinkeby Test Network', '5': 'Goerli Test Network', '42': 'Kovan Test Network', };