etherscan-api
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -0,4 +1,12 @@ | ||
2018-06-01 | ||
========== | ||
* Added node 10 to test targets | ||
2018-03-11 | ||
========== | ||
* Updated# | ||
* 8.0.4 | ||
* changelog | ||
* 10 sec default timeout and added node 9 to travis | ||
@@ -211,3 +219,1 @@ | ||
* changelog | ||
* Updated Readme for dev | ||
* Autochangelog |
{ | ||
"name": "etherscan-api", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"description": "API to etherscan with a simple interface", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,4 @@ # Etherscan API | ||
```javascript | ||
var api = require('etherscan-api').init('YourApiKey','rinkeby'); | ||
// apikey, network, timeout | ||
var api = require('etherscan-api').init('YourApiKey','rinkeby'. '3000'); | ||
``` | ||
@@ -32,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59
148774
32
3464