Skip to content

Commit f7fd83c

Browse files
committed
update
1 parent d3bd172 commit f7fd83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazer/contracts/evm/script/PythLazerChangeOwnership.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ contract PythLazerChangeOwnership is Script {
1313
uint256 public OLD_OWNER_PRIVATE_KEY = vm.envUint("DEPLOYER_PRIVATE_KEY");
1414
address public OLD_OWNER = vm.addr(OLD_OWNER_PRIVATE_KEY);
1515
// EVM Executor Contract
16-
address public constant NEW_OWNER =
16+
address public NEW_OWNER =
1717
vm.envAddress("NEW_OWNER");
1818

1919
function run() public {

0 commit comments

Comments
 (0)