Unverified Commit c29815c8 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2221 from ethereum/toasterIssue

exposing functions of Network module
parents 3bb84376 d295aa89
...@@ -5,7 +5,7 @@ import * as packageJson from '../../../package.json' ...@@ -5,7 +5,7 @@ import * as packageJson from '../../../package.json'
export const profile = { export const profile = {
name: 'network', name: 'network',
description: 'Manage the network (mainnet, ropsten, goerli...) and the provider (web3, vm, injected)', description: 'Manage the network (mainnet, ropsten, goerli...) and the provider (web3, vm, injected)',
methods: [], methods: ['getNetworkProvider', 'getEndpoint', 'detectNetwork', 'addNetwork', 'removeNetwork'],
version: packageJson.version version: packageJson.version
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment