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 07743a6 commit d3bd172Copy full SHA for d3bd172
lazer/contracts/evm/script/PythLazerChangeOwnership.s.sol
@@ -14,7 +14,7 @@ contract PythLazerChangeOwnership is Script {
14
address public OLD_OWNER = vm.addr(OLD_OWNER_PRIVATE_KEY);
15
// EVM Executor Contract
16
address public constant NEW_OWNER =
17
- address(0x549Ebba8036Ab746611B4fFA1423eb0A4Df61440);
+ vm.envAddress("NEW_OWNER");
18
19
function run() public {
20
console.log("Old owner: %s", OLD_OWNER);
0 commit comments