Comparing version 3.0.1 to 3.0.2
@@ -17,4 +17,4 @@ 'use strict'; | ||
@property {string} ref_block_prefix - get_block.ref_block_prefix .. This is | ||
the same block referenced in `ref_block_num`. | ||
@property {number} ref_block_prefix - get_block.ref_block_prefix .. This is | ||
a 32 bit number identifier (identify the same block referenced in `ref_block_num`). | ||
@@ -25,3 +25,3 @@ @property {string} expiration - This is based on the head block time from the | ||
Example: `new Date(info.head_block_time + 'Z').getTime() + expireInSeconds * 1000` | ||
Example: `new Date(new Date(info.head_block_time + 'Z').getTime() + expireInSeconds * 1000).toISOString().split('.')[0]` | ||
*/ | ||
@@ -28,0 +28,0 @@ |
@@ -12,3 +12,3 @@ 'use strict'; | ||
var configDefaults = { httpEndpoint: 'http://testnet1.eos.io' | ||
var configDefaults = { httpEndpoint: 'http://t1readonly.eos.io' | ||
@@ -15,0 +15,0 @@ /** |
{ | ||
"name": "eosjs-api", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Application programming interface to EOS blockchain nodes.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
22363