File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/scripts/runlogs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ contract Runlogs_2025_10_Mainnet is SetupMainnet {
3535 _ammPoolAddress: CrossChain.MORPHO_BLUE,
3636 _campaignDuration: 7 days,
3737 campaignData: campaignData,
38- _salt: uint256 (keccak256 (abi.encodePacked ("Merkl Morpho PB OUSD /USDC v1 " )))
38+ _salt: uint256 (keccak256 (abi.encodePacked ("Merkl Morpho PB OETH /USDC v1 " )))
3939 });
4040
4141 console.log ("computed address " , poolBoosterAddress);
@@ -59,7 +59,7 @@ contract Runlogs_2025_10_Mainnet is SetupMainnet {
5959 _ammPoolAddress: CrossChain.MORPHO_BLUE,
6060 _campaignDuration: 7 days,
6161 campaignData: campaignData,
62- _salt: uint256 (keccak256 (abi.encodePacked ("Merkl Morpho PB OUSD /USDC v1 " )))
62+ _salt: uint256 (keccak256 (abi.encodePacked ("Merkl Morpho PB OETH /USDC v1 " )))
6363 });
6464
6565 vm.stopBroadcast ();
You can’t perform that action at this time.
0 commit comments