We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a3717 commit 992aa72Copy full SHA for 992aa72
lazer/contracts/evm/script/PythLazerDeploy.s.sol
@@ -183,10 +183,7 @@ contract PythLazerDeployScript is Script {
183
_writeDeploymentOutput(impl, proxy);
184
}
185
186
- function _writeDeploymentOutput(
187
- address impl,
188
- address proxy
189
- ) internal {
+ function _writeDeploymentOutput(address impl, address proxy) internal {
190
string memory jsonKey = "deployment";
191
192
vm.serializeAddress(jsonKey, "implementationAddress", impl);
0 commit comments