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