Summary

This proposal adds exchange jobs to the DEX purchasing canister. This allows to add new exchange jobs to the DEX purchasing canister.

Payload

Proposal to add new NervousSystemFunction:

Function:

NervousSystemFunction { id: 2003, name: "Add exchange jobs to DEX purchasing canister.", description: Some( "This proposal adds exchange jobs to the DEX purchasing canister. This allows to add new exchange jobs to the DEX purchasing canister.", ), function_type: Some( GenericNervousSystemFunction( GenericNervousSystemFunction { target_canister_id: Some( tss7g-syaaa-aaaai-axh4q-cai, ), target_method_name: Some( "add_exchange_jobs", ), validator_canister_id: Some( tss7g-syaaa-aaaai-axh4q-cai, ), validator_method_name: Some( "add_exchange_jobs_validate", ), topic: Some( DappCanisterManagement, ), }, ), ), }

Overview