pub async fn upgrade_stake_table_v2_multisig_owner(
provider: impl Provider,
l1_client: L1Client,
contracts: &mut Contracts,
params: StakeTableV2UpgradeParams,
multisig_owner_check: MultisigOwnerCheck,
) -> Result<CalldataInfo>Expand description
Upgrade the stake table proxy to use StakeTableV2. Deploys new implementation and returns encoded upgrade calldata.