@cosmology/types
Advanced tools
Comparing version 1.0.7 to 1.0.10
@@ -24,3 +24,4 @@ "use strict"; | ||
enabled: true, | ||
useByDefault: false, | ||
useByDefault: true, | ||
useByDefaultRpc: true, | ||
useUnionTypes: false, | ||
@@ -27,0 +28,0 @@ }, |
{ | ||
"name": "@cosmology/types", | ||
"version": "1.0.7", | ||
"version": "1.0.10", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "505717a66ea26c0fef3800f448c85b1934d7ddb8" | ||
"gitHead": "c70a4c25e9dc61f58d7ef05a3d44a824ab5ed066" | ||
} |
@@ -19,2 +19,3 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
enabled?: boolean; | ||
useUseInterfacesParams?: boolean; | ||
useByDefault?: boolean; | ||
@@ -21,0 +22,0 @@ useByDefaultRpc?: boolean; |
21000
670