Skip to content

Commit

Permalink
fix net-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Borsuk committed Nov 18, 2019
1 parent 9e2a39b commit 8c2a4ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "echo-web3",
"version": "0.1.2",
"version": "0.1.3",
"description": "The wrapper over the Web3 that helps you to save your DAPP's code with calling to web3 methods by call to ECHO blockchain",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/methods/net-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Method from '../methods/abstract/method';
import Method from '../abstract/method';
import { NETWORK_ID_MAPPING } from '../../constants';

class GetNetwork extends Method {
Expand Down

0 comments on commit 8c2a4ab

Please sign in to comment.