Add transfer LP custom function
Summary
Add transfer LP method for moving governance controlled LP to OK64. Args are 'from', 'to', 'positionId'
This proposal was created using https://ic-toolkit.app
Payload
Proposal to add new NervousSystemFunction:
Function:
NervousSystemFunction { id: 2006, name: "transfer_icpswap_lp_from_governance", description: Some( "Transfers a governance controlled LP position", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( osyzs-xiaaa-aaaag-qc76q-cai, ), target_method_name: Some( "transferPosition", ), validator_canister_id: Some( ok64y-uiaaa-aaaag-qdcbq-cai, ), validator_method_name: Some( "validate_transfer_icpswap_pool_position", ), topic: Some( TreasuryAssetManagement, ), }, ), ), }
Overview