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 d3bd172 commit f7fd83cCopy full SHA for f7fd83c
lazer/contracts/evm/script/PythLazerChangeOwnership.s.sol
@@ -13,7 +13,7 @@ contract PythLazerChangeOwnership is Script {
13
uint256 public OLD_OWNER_PRIVATE_KEY = vm.envUint("DEPLOYER_PRIVATE_KEY");
14
address public OLD_OWNER = vm.addr(OLD_OWNER_PRIVATE_KEY);
15
// EVM Executor Contract
16
- address public constant NEW_OWNER =
+ address public NEW_OWNER =
17
vm.envAddress("NEW_OWNER");
18
19
function run() public {
0 commit comments