@cosmology/types
Advanced tools
Comparing version 1.11.3 to 1.11.4
{ | ||
"name": "@cosmology/types", | ||
"version": "1.11.3", | ||
"version": "1.11.4", | ||
"description": "Telescope types", | ||
@@ -63,3 +63,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "f2746ee9a2fae655a7dfbb65cc6695067cb6db39" | ||
"gitHead": "4f61eb6fa736684c60c08ff070e4937a19a8411f" | ||
} |
@@ -241,2 +241,3 @@ import { TSBuilderInput } from "@cosmwasm/ts-codegen"; | ||
useConnectComet?: boolean; | ||
useMakeClient?: boolean; | ||
}; | ||
@@ -243,0 +244,0 @@ helperFuncCreators?: { |
26530
841