@injectivelabs/chain-consumer
Advanced tools
Comparing version 0.0.88 to 0.0.89
@@ -31,2 +31,3 @@ "use strict"; | ||
} | ||
message.setTimeoutHeight(timeoutHeight); | ||
if (timeout) { | ||
@@ -33,0 +34,0 @@ message.setTimeoutTimestamp(timeout); |
@@ -27,2 +27,3 @@ "use strict"; | ||
} | ||
message.setTimeoutHeight(timeoutHeight); | ||
if (timeout) { | ||
@@ -29,0 +30,0 @@ message.setTimeoutTimestamp(timeout); |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.88", | ||
"version": "0.0.89", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@injectivelabs/chain-api": "^1.5.1", | ||
"@injectivelabs/chain-api": "^1.6.0", | ||
"@injectivelabs/exceptions": "^0.0.26", | ||
@@ -43,3 +43,3 @@ "@injectivelabs/ts-types": "^0.0.22", | ||
}, | ||
"gitHead": "fe6c05d677fc2aad01165c653f46e398ef9f1c75" | ||
"gitHead": "52fb10f25511b74f0571cbf7f2c60dba18af1bdc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
194199
2421