ваше сообщение коммита

This commit is contained in:
2025-06-25 16:55:40 +03:00
parent b62571a59f
commit a79aa7fa3a
65 changed files with 1997 additions and 522 deletions

View File

@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/f3f069df8eac5bd54bd69f81015dcedb.json"
"buildInfo": "../../../../build-info/b0e3c4fc1ab092680ddeb940e9de1d86.json"
}

View File

@@ -142,6 +142,17 @@
"name": "GovernorOnlyExecutor",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "GovernorOnlyProposer",
"type": "error"
},
{
"inputs": [],
"name": "GovernorQueueNotImplemented",
@@ -158,22 +169,6 @@
"name": "GovernorRestrictedProposer",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "proposalId",
"type": "uint256"
},
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "GovernorUnableToCancel",
"type": "error"
},
{
"inputs": [
{
@@ -776,40 +771,6 @@
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "targets",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
},
{
"internalType": "bytes[]",
"name": "calldatas",
"type": "bytes[]"
},
{
"internalType": "bytes32",
"name": "descriptionHash",
"type": "bytes32"
}
],
"name": "getProposalId",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{