diff --git a/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json b/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json index 197674bb..98a33dff 100644 --- a/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json +++ b/abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json @@ -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", @@ -755,21 +777,6 @@ "stateMutability": "view", "type": "function" }, - { - "inputs": [], - "name": "OutOfBounds", - "type": "error" - }, - { - "inputs": [], - "name": "WrongAddress", - "type": "error" - }, - { - "inputs": [], - "name": "ZeroValue", - "type": "error" - }, { "inputs": [ { diff --git a/abi/src/abstracts/CompositeERC1155.sol/CompositeERC1155.json b/abi/src/abstracts/CompositeERC1155.sol/CompositeERC1155.json index d9db331e..e33d0e83 100644 --- a/abi/src/abstracts/CompositeERC1155.sol/CompositeERC1155.json +++ b/abi/src/abstracts/CompositeERC1155.sol/CompositeERC1155.json @@ -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": [ diff --git a/abi/src/abstracts/LockableERC1155.sol/LockableERC1155.json b/abi/src/abstracts/LockableERC1155.sol/LockableERC1155.json index 30988d94..30e1c49d 100644 --- a/abi/src/abstracts/LockableERC1155.sol/LockableERC1155.json +++ b/abi/src/abstracts/LockableERC1155.sol/LockableERC1155.json @@ -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": [ diff --git a/abi/src/facets/BestOfFacet.sol/BestOfFacet.json b/abi/src/facets/BestOfFacet.sol/BestOfFacet.json index 0903a790..9e22e5cf 100644 --- a/abi/src/facets/BestOfFacet.sol/BestOfFacet.json +++ b/abi/src/facets/BestOfFacet.sol/BestOfFacet.json @@ -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", diff --git a/abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json b/abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json index c745a835..e9e3250d 100644 --- a/abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json +++ b/abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json @@ -1,19 +1,4 @@ [ - { - "inputs": [], - "name": "OutOfBounds", - "type": "error" - }, - { - "inputs": [], - "name": "WrongAddress", - "type": "error" - }, - { - "inputs": [], - "name": "ZeroValue", - "type": "error" - }, { "inputs": [ { diff --git a/abi/src/initializers/BestOfInit.sol/BestOfInit.json b/abi/src/initializers/BestOfInit.sol/BestOfInit.json index 66cfe266..3751db3a 100644 --- a/abi/src/initializers/BestOfInit.sol/BestOfInit.json +++ b/abi/src/initializers/BestOfInit.sol/BestOfInit.json @@ -1,15 +1,4 @@ [ - { - "inputs": [ - { - "internalType": "string", - "name": "paramter", - "type": "string" - } - ], - "name": "invalidConfiguration", - "type": "error" - }, { "inputs": [ { diff --git a/abi/src/tokens/RankToken.sol/RankToken.json b/abi/src/tokens/RankToken.sol/RankToken.json index efcda1ca..4438762a 100644 --- a/abi/src/tokens/RankToken.sol/RankToken.json +++ b/abi/src/tokens/RankToken.sol/RankToken.json @@ -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": [