Skip to content

Commit

Permalink
Amending incorrect build metadata hierarchy (#481)
Browse files Browse the repository at this point in the history
* Update build-metadata.json

This fixes the structure of the Token Voting build metadata. prepareUpdate and prepareUninstallation should not be within the prepareInstallation object.

* Update build-metadata.json

* Update build-metadata.json

* Update build-metadata.json

* Update build-metadata.json
  • Loading branch information
brickpop authored Oct 6, 2023
1 parent a201088 commit 91522b3
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"type": "address",
"description": "The address of the admin account receiving the `EXECUTE_PERMISSION_ID` permission."
}
],
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
"inputs": []
}
]
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
"inputs": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"type": "address[]",
"description": "The addresses of the initial members to be added."
}
],
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
]
},
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
"inputs": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@
"type": "tuple",
"description": "The token mint settings struct containing the `receivers` and `amounts`."
}
],
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
]
},
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
"inputs": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"type": "tuple",
"description": "The inital multisig settings."
}
],
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
]
},
"prepareUpdate": {
"1": {
"description": "No input is required for the update.",
"inputs": []
}
},
"prepareUninstallation": {
"description": "No input is required for the uninstallation.",
"inputs": []
}
}
}

0 comments on commit 91522b3

Please sign in to comment.