Skip to content

Commit

Permalink
update chainId for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Borsuk committed Nov 28, 2019
1 parent 72c1c28 commit 12fa426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.5",
"version": "0.1.6",
"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
3 changes: 1 addition & 2 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export const HASH_IDENTIFIERS = {
};

export const NETWORK_ID_MAPPING = {
'e468f33361fbd0f7ada3423c11212556d5dc10289fa31369cc8cd4c23dcfbb96': 103, // kovan === devnet

'e468f33361fbd0f7ada3423c11212556d5dc10289fa31369cc8cd4c23dcfbb96': 3,
};


Expand Down

0 comments on commit 12fa426

Please sign in to comment.