@parity/api
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@parity/api", | ||
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Parity Team <admin@parity.io>", |
@@ -58,3 +58,3 @@ // Copyright 2015-2017 Parity Technologies (UK) Ltd. | ||
chainId () { | ||
return this._transport | ||
return this._provider | ||
.send('parity_chainId'); | ||
@@ -61,0 +61,0 @@ } |
488904