exposing functions of Network module

pull/1/head
LianaHus 5 years ago
parent f7113e2fa8
commit d295aa894f
  1. 2
      src/app/tabs/network-module.js

@ -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
} }

Loading…
Cancel
Save