Skip to content

Commit

Permalink
updated mixnet schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Oct 14, 2024
1 parent 3320da2 commit 01db51e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/mixnet/schema/nym-mixnet-contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,12 @@
"title": "MigrateMsg",
"type": "object",
"properties": {
"unsafe_skip_state_updates": {
"type": [
"boolean",
"null"
]
},
"vesting_contract_address": {
"type": [
"string",
Expand Down
6 changes: 6 additions & 0 deletions contracts/mixnet/schema/raw/migrate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"title": "MigrateMsg",
"type": "object",
"properties": {
"unsafe_skip_state_updates": {
"type": [
"boolean",
"null"
]
},
"vesting_contract_address": {
"type": [
"string",
Expand Down

0 comments on commit 01db51e

Please sign in to comment.