@dfns/blockchain-integration
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -36,3 +36,3 @@ "use strict"; | ||
async generateRequest(options) { | ||
const { timeout = 10000, body = {}, headers = {}, path = "", method = "GET", noAuthHeader = false, } = options; | ||
const { timeout = 60000, body = {}, headers = {}, path = "", method = "GET", noAuthHeader = false, } = options; | ||
let requestBody = null; | ||
@@ -39,0 +39,0 @@ let url = `${this.baseUrl}${path}`; |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |