Merge pull request #2221 from ethereum/toasterIssue

exposing functions of Network module
pull/1/head
Liana Husikyan 6 years ago committed by GitHub
commit c29815c852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/tabs/network-module.js

@ -5,7 +5,7 @@ import * as packageJson from '../../../package.json'
export const profile = {
name: 'network',
description: 'Manage the network (mainnet, ropsten, goerli...) and the provider (web3, vm, injected)',
methods: [],
methods: ['getNetworkProvider', 'getEndpoint', 'detectNetwork', 'addNetwork', 'removeNetwork'],
version: packageJson.version
}

Loading…
Cancel
Save