File tree Expand file tree Collapse file tree 6 files changed +4
-34
lines changed
v2/workflows/workflows/__tests__/__snapshots__ Expand file tree Collapse file tree 6 files changed +4
-34
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 22
33exports [` 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}
You can’t perform that action at this time.
0 commit comments