Skip to content

Commit

Permalink
updated abi files
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Nov 20, 2023
1 parent 0b064d3 commit efe1dce
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 104 deletions.
37 changes: 22 additions & 15 deletions abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,28 @@
"internalType": "bool",
"name": "contractInitialized",
"type": "bool"
},
{
"components": [
{
"internalType": "uint256",
"name": "voteCredits",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxQuadraticPoints",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minQuadraticPositons",
"type": "uint256"
}
],
"internalType": "struct LibQuadraticVoting.qVotingStruct",
"name": "voting",
"type": "tuple"
}
],
"internalType": "struct IBestOf.BOGSettings",
Expand Down Expand Up @@ -755,21 +777,6 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "OutOfBounds",
"type": "error"
},
{
"inputs": [],
"name": "WrongAddress",
"type": "error"
},
{
"inputs": [],
"name": "ZeroValue",
"type": "error"
},
{
"inputs": [
{
Expand Down
21 changes: 0 additions & 21 deletions abi/src/abstracts/CompositeERC1155.sol/CompositeERC1155.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
[
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "balance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "required",
"type": "uint256"
}
],
"name": "insufficient",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
21 changes: 0 additions & 21 deletions abi/src/abstracts/LockableERC1155.sol/LockableERC1155.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,4 @@
[
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "balance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "required",
"type": "uint256"
}
],
"name": "insufficient",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down
22 changes: 22 additions & 0 deletions abi/src/facets/BestOfFacet.sol/BestOfFacet.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,28 @@
"internalType": "bool",
"name": "contractInitialized",
"type": "bool"
},
{
"components": [
{
"internalType": "uint256",
"name": "voteCredits",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "maxQuadraticPoints",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "minQuadraticPositons",
"type": "uint256"
}
],
"internalType": "struct LibQuadraticVoting.qVotingStruct",
"name": "voting",
"type": "tuple"
}
],
"internalType": "struct IBestOf.BOGSettings",
Expand Down
15 changes: 0 additions & 15 deletions abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
[
{
"inputs": [],
"name": "OutOfBounds",
"type": "error"
},
{
"inputs": [],
"name": "WrongAddress",
"type": "error"
},
{
"inputs": [],
"name": "ZeroValue",
"type": "error"
},
{
"inputs": [
{
Expand Down
11 changes: 0 additions & 11 deletions abi/src/initializers/BestOfInit.sol/BestOfInit.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
[
{
"inputs": [
{
"internalType": "string",
"name": "paramter",
"type": "string"
}
],
"name": "invalidConfiguration",
"type": "error"
},
{
"inputs": [
{
Expand Down
21 changes: 0 additions & 21 deletions abi/src/tokens/RankToken.sol/RankToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,6 @@
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "id",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "balance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "required",
"type": "uint256"
}
],
"name": "insufficient",
"type": "error"
},
{
"anonymous": false,
"inputs": [
Expand Down

0 comments on commit efe1dce

Please sign in to comment.