Skip to content

Commit

Permalink
chore: included missing contract-abi artifacts (#1014)
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node authored Nov 13, 2024
1 parent 41e3d39 commit 6c25b1d
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 88 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "AddressInsufficientBalance",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -82,7 +71,23 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "balance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "needed",
"type": "uint256"
}
],
"name": "InsufficientBalance",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@
"outputs": [
{
"internalType": "address",
"name": "",
"name": "receiver",
"type": "address"
},
{
"internalType": "uint256",
"name": "",
"name": "amount",
"type": "uint256"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,6 @@
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "AddressEmptyCode",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "AddressInsufficientBalance",
"type": "error"
},
{
"inputs": [
{
Expand Down Expand Up @@ -212,16 +190,6 @@
"name": "ERC4626ExceededMaxWithdraw",
"type": "error"
},
{
"inputs": [],
"name": "FailedInnerCall",
"type": "error"
},
{
"inputs": [],
"name": "MathOverflowedMulDiv",
"type": "error"
},
{
"inputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"inputs": [],
"name": "Create2FailedDeployment",
"name": "FailedDeployment",
"type": "error"
},
{
Expand All @@ -27,7 +27,7 @@
"type": "uint256"
}
],
"name": "Create2InsufficientBalance",
"name": "InsufficientBalance",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,24 @@
"type": "constructor"
},
{
"inputs": [
{
"internalType": "address",
"name": "target",
"type": "address"
}
],
"name": "AddressEmptyCode",
"inputs": [],
"name": "FailedCall",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
"internalType": "uint256",
"name": "balance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "needed",
"type": "uint256"
}
],
"name": "AddressInsufficientBalance",
"type": "error"
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "InsufficientBalance",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down Expand Up @@ -116,6 +116,11 @@
"name": "GovernorInvalidSignature",
"type": "error"
},
{
"inputs": [],
"name": "GovernorInvalidVoteParams",
"type": "error"
},
{
"inputs": [],
"name": "GovernorInvalidVoteType",
Expand Down Expand Up @@ -234,16 +239,6 @@
"name": "InvalidShortString",
"type": "error"
},
{
"inputs": [],
"name": "QueueEmpty",
"type": "error"
},
{
"inputs": [],
"name": "QueueFull",
"type": "error"
},
{
"inputs": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
{
"inputs": [],
"name": "FailedInnerCall",
"name": "FailedCall",
"type": "error"
},
{
Expand Down

0 comments on commit 6c25b1d

Please sign in to comment.