You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Migration message for contract upgrades. This can be extended in the future to include migration-specific parameters.",
650
+
"description": "Migration message for contract upgrades. Empty for non-state-breaking migrations. Can be extended in the future to include migration-specific parameters for state transformations.",
651
651
"type": "object",
652
-
"properties": {
653
-
"version": {
654
-
"description": "Optional version string for tracking migration",
"description": "Migration message for contract upgrades. This can be extended in the future to include migration-specific parameters.",
4
+
"description": "Migration message for contract upgrades. Empty for non-state-breaking migrations. Can be extended in the future to include migration-specific parameters for state transformations.",
5
5
"type": "object",
6
-
"properties": {
7
-
"version": {
8
-
"description": "Optional version string for tracking migration",
0 commit comments