Skip to content

Commit

Permalink
redeployed with for testing new event logic
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Nov 10, 2023
1 parent 9b39ff6 commit eb343e0
Show file tree
Hide file tree
Showing 12 changed files with 553 additions and 218 deletions.
32 changes: 16 additions & 16 deletions abi/hardhat-diamond-abi/HardhatDiamondABI.sol/BestOfDiamond.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"components": [
{
"internalType": "uint256",
"name": "blocksPerTurn",
"name": "timePerTurn",
"type": "uint256"
},
{
Expand All @@ -308,7 +308,7 @@
},
{
"internalType": "uint256",
"name": "blocksToJoin",
"name": "timeToJoin",
"type": "uint256"
},
{
Expand Down Expand Up @@ -774,20 +774,7 @@
"inputs": [
{
"internalType": "uint256",
"name": "newBlocksPerTurn",
"type": "uint256"
}
],
"name": "setBlocksPerTurn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "newBlocksToJoin",
"name": "newTimeToJoin",
"type": "uint256"
}
],
Expand Down Expand Up @@ -874,6 +861,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "newTimePerTurn",
"type": "uint256"
}
],
"name": "setTimePerTurn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"anonymous": false,
"inputs": [
Expand Down
4 changes: 2 additions & 2 deletions abi/src/facets/BestOfFacet.sol/BestOfFacet.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
"components": [
{
"internalType": "uint256",
"name": "blocksPerTurn",
"name": "timePerTurn",
"type": "uint256"
},
{
Expand All @@ -308,7 +308,7 @@
},
{
"internalType": "uint256",
"name": "blocksToJoin",
"name": "timeToJoin",
"type": "uint256"
},
{
Expand Down
28 changes: 14 additions & 14 deletions abi/src/facets/GameOwnersFacet.sol/GameOwnersFacet.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,7 @@
"inputs": [
{
"internalType": "uint256",
"name": "newBlocksPerTurn",
"type": "uint256"
}
],
"name": "setBlocksPerTurn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "newBlocksToJoin",
"name": "newTimeToJoin",
"type": "uint256"
}
],
Expand Down Expand Up @@ -117,5 +104,18 @@
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "newTimePerTurn",
"type": "uint256"
}
],
"name": "setTimePerTurn",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
15 changes: 13 additions & 2 deletions abi/src/initializers/BestOfInit.sol/BestOfInit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"inputs": [
{
"internalType": "string",
"name": "paramter",
"type": "string"
}
],
"name": "invalidConfiguration",
"type": "error"
},
{
"inputs": [
{
Expand All @@ -15,7 +26,7 @@
"components": [
{
"internalType": "uint256",
"name": "blocksPerTurn",
"name": "timePerTurn",
"type": "uint256"
},
{
Expand All @@ -35,7 +46,7 @@
},
{
"internalType": "uint256",
"name": "blocksToJoin",
"name": "timeToJoin",
"type": "uint256"
},
{
Expand Down
24 changes: 12 additions & 12 deletions deployments/anvil/BestOfFacet.json

Large diffs are not rendered by default.

161 changes: 106 additions & 55 deletions deployments/anvil/BestOfGame.json

Large diffs are not rendered by default.

147 changes: 95 additions & 52 deletions deployments/anvil/BestOfGame_DiamondProxy.json

Large diffs are not rendered by default.

39 changes: 25 additions & 14 deletions deployments/anvil/BestOfInit.json

Large diffs are not rendered by default.

38 changes: 25 additions & 13 deletions deployments/anvil/GameMastersFacet.json

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions deployments/anvil/GameOwnersFacet.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions deployments/anvil/RequirementsFacet.json

Large diffs are not rendered by default.

207 changes: 207 additions & 0 deletions deployments/anvil/solcInputs/01a9e55733e70ca67ff93d0c835de47d.json

Large diffs are not rendered by default.

0 comments on commit eb343e0

Please sign in to comment.