Skip to content

Commit

Permalink
fix: commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Jan 27, 2025
1 parent b376174 commit 4ebf8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/proposals/Propose.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ contract Propose is Utils {
uint256[] memory chainIds
) = _deserializeJson();

uint256 deployerPrivateKey = vm.deriveKey(vm.envString("MNEMONIC_MAINNET"), 0);
uint256 deployerPrivateKey = vm.envUint("DEPLOYER_PRIVATE_KEY");
vm.rememberKey(deployerPrivateKey);

vm.startBroadcast(deployerPrivateKey);
Expand Down
2 changes: 1 addition & 1 deletion scripts/proposals/nameable/SetupLinea.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ contract SetupLinea is Wrapper {
_setMaxRateSavings(stEUR, treasuryEUR, maxRateEUR, keeper);
}

string memory description = "ipfs://QmRSdyuXeemVEn97RPRSiit6UEUonvwVr9we7bEe2w8v2E";
string memory description = "ipfs://QmS6WCqc8pA44jJKFyXw8en1qDKkiXCdGPsWamruQyeSY2";

(
address[] memory targets,
Expand Down
4 changes: 2 additions & 2 deletions scripts/proposals/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"chainIds": {
"0": 59144
},
"description": "ipfs://QmRSdyuXeemVEn97RPRSiit6UEUonvwVr9we7bEe2w8v2E",
"description": "ipfs://QmS6WCqc8pA44jJKFyXw8en1qDKkiXCdGPsWamruQyeSY2",
"targets": {
"0": "0x896D64B4B7265273dDCD00808f3579563f9790A8"
},
"values": {
"0": 482036851897461
"0": 710587509144021
}
}

0 comments on commit 4ebf8c9

Please sign in to comment.