Skip to content

Commit ea53ccd

Browse files
committed
Fix schemas
1 parent a6dae42 commit ea53ccd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

contracts/ibc-reflect-send/schema/ibc-reflect-send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
"type": "string"
401401
},
402402
"memo": {
403-
"description": "optional memo",
403+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
404404
"type": [
405405
"string",
406406
"null"

contracts/ibc-reflect-send/schema/ibc/packet_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"type": "string"
339339
},
340340
"memo": {
341-
"description": "optional memo",
341+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
342342
"type": [
343343
"string",
344344
"null"

contracts/ibc-reflect-send/schema/raw/execute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
"type": "string"
390390
},
391391
"memo": {
392-
"description": "optional memo",
392+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
393393
"type": [
394394
"string",
395395
"null"

contracts/ibc-reflect/schema/ibc/packet_msg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
"type": "string"
388388
},
389389
"memo": {
390-
"description": "optional memo",
390+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
391391
"type": [
392392
"string",
393393
"null"

contracts/reflect/schema/raw/execute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"type": "string"
472472
},
473473
"memo": {
474-
"description": "optional memo",
474+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
475475
"type": [
476476
"string",
477477
"null"

contracts/reflect/schema/reflect.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
"type": "string"
482482
},
483483
"memo": {
484-
"description": "optional memo",
484+
"description": "optional memo This is only supported on CosmWasm 2.0 chains and ignored on older chains.",
485485
"type": [
486486
"string",
487487
"null"

0 commit comments

Comments
 (0)