Summary

This proposal adds exchange jobs to the DEX purchasing canister.

Payload

Proposal to execute nervous system function:

Nervous system 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, ), }, ), ), }

Payload sha256:

0c29fbd9b8863ef13c0baf7354db3b4eb66e515a8db8728c0b2f888fc10d982d

Payload:

{ "exchange_configs": [ { "token_to_sell": "GLDT", "token_to_buy": "OGY", "exchange": { "ICPSwap": { "swap_canister_id": "qe3qh-2iaaa-aaaag-qnbhq-cai", "zero_for_one": true } }, "rate_per_interval": 2380950, "job_interval_ms": 14400000, "source_subaccount": null, "min_amount": { "e8s": 10000000 }, "max_amount": null, "destination_account": { "owner": "yuijc-oiaaa-aaaap-ahezq-cai", "subaccount": [ 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } } ] }

Overview