ICP Dashboard

Add a new custom SNS function for asset canister upgrades

Summary

Adding custom function commit_proposed_batch to Login Webpage asset canister. This commit_proposed_batch function will be executed via proposal to commit changes to the Login Webpage asset canister.

    For more information regarding SNS Asset canisters upgrade, check here : https://internetcomputer.org/docs/current/developer-docs/integrations/sns/managing/sns-asset-canister
Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 1200, name: "Login Webpage asset canister function commit_proposed_batch", description: Some( "Call commit_proposed_batch function to commit changes to upgrade Login Webpage asset canister", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( 7p3gx-jaaaa-aaaal-acbda-cai, ), target_method_name: Some( "commit_proposed_batch", ), validator_canister_id: Some( 7p3gx-jaaaa-aaaal-acbda-cai, ), validator_method_name: Some( "validate_commit_proposed_batch", ), }, ), ), }

Overview