KomodoPlatform / komodo-wallet

Komodo Wallet
https://app.komodoplatform.com
GNU General Public License v3.0
248 stars 211 forks source link

[FR]: add Memo in ARRR transactions #2205

Closed cipig closed 1 year ago

cipig commented 1 year ago

Depositing ARRR on Kucoin and Coinex requires a memo field in the tx. image

This was already added to ADEX-API:

curl --url "http://127.0.0.1:7783" --data "{
    \"mmrpc\":\"2.0\",
    \"userpass\":\"${userpass}\",
    \"method\":\"task::withdraw::init\",
    \"params\": {
        \"coin\":\"ARRR\",
        \"to\":\"zswhatever\",
        \"memo\":\"1234567arrr\",
        \"amount\":\"2000\"
    }
    ,\"id\":0
}"
smk762 commented 1 year ago

@cipig can you please provide a list of coins which should include a memo field for withdrawals?

cipig commented 1 year ago

added in https://github.com/KomodoPlatform/atomicDEX-Desktop/pull/2230

and works fine with kucoin image

and coinex image