Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/tasks/Regression.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ contract RegressionTest is Test {

_assertDataToSignNestedMultisig(multisigTask, actions, expectedDataToSign, MULTICALL3_ADDRESS, rootSafe);
}

/// @notice Expected call data and data to sign generated by manually running the RevShareUpgradeAndSetup template at block 23820274 on mainnet.
/// Simulate from task directory (test/tasks/example/eth/016-revshare-upgrade-and-setup) with:
/// SIMULATE_WITHOUT_LEDGER=1 just --dotenv-path "$(pwd)"/.env --justfile ../../../../../src/justfile simulate <foundation|council>
Expand All @@ -1000,7 +1000,7 @@ contract RegressionTest is Test {
_assertCallDataMatches(multisigTask, actions, allSafes, allOriginalNonces, expectedCallData);

string[] memory expectedDataToSign = new string[](2);

// Foundation
expectedDataToSign[0] =
"0x1901a4a9c312badf3fcaa05eafe5dc9bee8bd9316c78ee8b0bebe3115bb21b732672c961ba462b2a42c1fb200d0b4913ed0d6a3b2cc16038d315bd371d8ba7f047ad";
Expand Down