Skip to content

Commit

Permalink
feat: update build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Nov 8, 2024
1 parent a158094 commit 8f003c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/contracts/src/build-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@
"description": "The information required for the installation.",
"inputs": [
{
"internalType": "address",
"name": "admin",
"type": "address",
"internalType": "address",
"description": "The address of the admin account receiving the `EXECUTE_PERMISSION_ID` permission."
},
{
"components": [
{
"internalType": "address",
"name": "target",
"type": "address",
"internalType": "address",
"description": "The target contract to which actions will be forwarded to for execution."
},
{
"internalType": "uint8",
"name": "operation",
"type": "uint8",
"internalType": "uint8",
"description": "The operation type(either `call` or `delegatecall`) that will be used for execution forwarding."
}
],
"internalType": "struct TokenVoting.TargetConfig",
"name": "TargetConfig",
"type": "tuple",
"internalType": "struct TokenVoting.TargetConfig",
"description": "The initial target config"
}
]
Expand Down

0 comments on commit 8f003c1

Please sign in to comment.