updated mixnet schema
This commit is contained in:
@@ -3212,6 +3212,12 @@
|
||||
"title": "MigrateMsg",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unsafe_skip_state_updates": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"vesting_contract_address": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
@@ -3,6 +3,12 @@
|
||||
"title": "MigrateMsg",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"unsafe_skip_state_updates": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"vesting_contract_address": {
|
||||
"type": [
|
||||
"string",
|
||||
|
||||
Reference in New Issue
Block a user