Files
nym/contracts/mixnet/schema/raw/migrate.json
T
Jędrzej Stuczyński 24480418f0 Bugfix/contract version assignment (#5318)
* fixed contract version being overwritten

* introduced migration to fix existing [mainnet] state

* updated contract schema

* updated testnet manager migrate msg code
2025-01-09 10:00:37 +00:00

21 lines
357 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MigrateMsg",
"type": "object",
"properties": {
"unsafe_skip_state_updates": {
"type": [
"boolean",
"null"
]
},
"vesting_contract_address": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}