diff --git a/contracts/strategies/crosschain/pendle/PendleProxy.sol b/contracts/strategies/crosschain/pendle/PendleProxy.sol index 655b29e0..4b89ae23 100644 --- a/contracts/strategies/crosschain/pendle/PendleProxy.sol +++ b/contracts/strategies/crosschain/pendle/PendleProxy.sol @@ -96,7 +96,7 @@ contract PendleProxy { } /** - * @notice Update optional boost fee settins + * @notice Update optional boost fee settings * @param _boostFeeBips Boost fee bips, check BIPS_DIVISOR */ function updateBoostFee(uint256 _boostFeeBips) external onlyDev { diff --git a/contracts/strategies/crosschain/wombat/WombatProxy.sol b/contracts/strategies/crosschain/wombat/WombatProxy.sol index bd592cf0..93a77427 100644 --- a/contracts/strategies/crosschain/wombat/WombatProxy.sol +++ b/contracts/strategies/crosschain/wombat/WombatProxy.sol @@ -101,7 +101,7 @@ contract WombatProxy { } /** - * @notice Update additional/optional boost fee settins + * @notice Update additional/optional boost fee settings * @param _boostFeeBips Boost fee bips, check BIPS_DIVISOR * @param _minBoostAmount Minimum amount of WOM to create a new lock position */ diff --git a/lib/forge-std/src/StdJson.sol b/lib/forge-std/src/StdJson.sol index 2dee4713..800d76a5 100644 --- a/lib/forge-std/src/StdJson.sol +++ b/lib/forge-std/src/StdJson.sol @@ -19,8 +19,8 @@ import {VmSafe} from "./Vm.sol"; // Contract contract = new Contract(); // json.serialize("contractAddress", address(contract)); // json = json.serialize("deploymentTimes", uint(1)); -// // store the stringified JSON to the 'json' variable we have been using as a key -// // as we won't need it any longer +// store the stringified JSON to the 'json' variable we have been using as a key +// as we won't need it any longer // string memory json2 = "finalArtifact"; // string memory final = json2.serialize("depArtifact", json); // final.write("");