Skip to content

Commit f99bf8e

Browse files
committed
output and schema
1 parent a3a99fd commit f99bf8e

File tree

6 files changed

+4
-34
lines changed

6 files changed

+4
-34
lines changed

__output__/base/chain.schema.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,8 @@ export interface Chain {
118118
compatible_versions?: string[];
119119
language?: Language;
120120
binaries?: Binaries;
121-
cosmos_sdk_version?: string;
122121
sdk?: Sdk;
123122
consensus?: Consensus;
124-
cosmwasm_version?: string;
125-
cosmwasm_enabled?: boolean;
126-
cosmwasm_path?: string;
127123
cosmwasm?: Cosmwasm;
128124
ibc?: Ibc;
129125
genesis?: {
@@ -141,12 +137,8 @@ export interface Chain {
141137
recommended_version?: string;
142138
compatible_versions?: string[];
143139
language?: Language;
144-
cosmos_sdk_version?: string;
145140
sdk?: Sdk;
146141
consensus?: Consensus;
147-
cosmwasm_version?: string;
148-
cosmwasm_enabled?: boolean;
149-
cosmwasm_path?: string;
150142
cosmwasm?: Cosmwasm;
151143
ibc?: Ibc;
152144
binaries?: Binaries;

__output__/builder-schemata/chain.schema.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ export interface Chain {
9595
sdk?: Sdk;
9696
cosmwasm?: Cosmwasm;
9797
ibc?: Ibc;
98-
cosmosSdkVersion?: string;
99-
cosmwasmVersion?: string;
100-
cosmwasmEnabled?: boolean;
10198
};
10299
images?: {
103100
png?: string;

__output__/builder/assetlist.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"type": "string",
6464
"minLength": 1,
6565
"description": "The project name of the asset. For example Bitcoin.",
66-
"maxLength": 42
66+
"maxLength": 50
6767
},
6868
"display": {
6969
"type": "string",

__output__/builder/chain.schema.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,6 @@
8282
},
8383
"ibc": {
8484
"$ref": "#/$defs/ibc"
85-
},
86-
"cosmosSdkVersion": {
87-
"type": "string",
88-
"minLength": 1
89-
},
90-
"cosmwasmVersion": {
91-
"type": "string",
92-
"minLength": 1
93-
},
94-
"cosmwasmEnabled": {
95-
"type": "boolean"
9685
}
9786
},
9887
"additionalProperties": false

__output__/camel/chain.schema.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,8 @@ export interface Chain {
118118
compatibleVersions?: string[];
119119
language?: Language;
120120
binaries?: Binaries;
121-
cosmosSdkVersion?: string;
122121
sdk?: Sdk;
123122
consensus?: Consensus;
124-
cosmwasmVersion?: string;
125-
cosmwasmEnabled?: boolean;
126-
cosmwasmPath?: string;
127123
cosmwasm?: Cosmwasm;
128124
ibc?: Ibc;
129125
genesis?: {
@@ -141,12 +137,8 @@ export interface Chain {
141137
recommendedVersion?: string;
142138
compatibleVersions?: string[];
143139
language?: Language;
144-
cosmosSdkVersion?: string;
145140
sdk?: Sdk;
146141
consensus?: Consensus;
147-
cosmwasmVersion?: string;
148-
cosmwasmEnabled?: boolean;
149-
cosmwasmPath?: string;
150142
cosmwasm?: Cosmwasm;
151143
ibc?: Ibc;
152144
binaries?: Binaries;

v2/workflows/workflows/__tests__/__snapshots__/registry.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
exports[`registry 1`] = `
44
{
5-
"assetLists": 367,
6-
"chains": 321,
7-
"ibcData": 687,
5+
"assetLists": 376,
6+
"chains": 330,
7+
"ibcData": 711,
88
"memoKeys": 1,
99
"versions": 4,
1010
}

0 commit comments

Comments
 (0)