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
2 changes: 1 addition & 1 deletion script/universal/MultisigScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ import {CBMulticall} from "../../src/utils/CBMulticall.sol";
abstract contract MultisigScript is Script {
bytes32 internal constant SAFE_NONCE_SLOT = bytes32(uint256(5));

address internal constant CB_MULTICALL = 0x8BDE8F549F56D405f07e1aA15Df9e1FC69839881;
address internal constant CB_MULTICALL = 0xA8B8CA1d6F0F5Ce63dCEA9121A01b302c5801303;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need a way to switch between mainnet and sepolia? or does this address exist both on mainnet and sepolia


address internal multicallAddress;

Expand Down
Loading