ton-watcher
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -22,2 +22,3 @@ "use strict"; | ||
init.rps = init.rps || 2; | ||
axios_1.default.defaults.timeout = 60000; | ||
try { | ||
@@ -24,0 +25,0 @@ const isTestnet = init.network !== 'mainnet'; |
{ | ||
"name": "ton-watcher", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -51,3 +51,3 @@ import { getHttpV4Endpoint } from "@orbs-network/ton-access"; | ||
init.rps = init.rps || 2; | ||
axios.defaults.timeout = 60000; | ||
try { | ||
@@ -54,0 +54,0 @@ const isTestnet = init.network !== 'mainnet'; |
Sorry, the diff of this file is not supported yet
375639
6338