Skip to content

Commit

Permalink
v0.6.0-5
Browse files Browse the repository at this point in the history
chore: prettier
  • Loading branch information
jatZama committed Dec 2, 2024
1 parent 8941ec3 commit 72cc11d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/gatewayLib/GatewayCaller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ abstract contract GatewayCaller {
function getParamsUint256(uint256 requestID) internal view returns (uint256[] memory) {
return paramsUint256[requestID];
}
}
}
2 changes: 1 addition & 1 deletion contracts/gatewayLib/lib/Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ library Gateway {
signedDataLength += 32; // for the signatures offset
return signedDataLength;
}
}
}
4 changes: 2 additions & 2 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevm-core-contracts",
"version": "0.6.0-4",
"version": "0.6.0-5",
"description": "fhEVM contracts",
"repository": {
"type": "git",
Expand Down

0 comments on commit 72cc11d

Please sign in to comment.