no_name on Nostr: so now before memoless transactions are a thing, i was wondering if you could do ...
so now before memoless transactions are a thing, i was wondering if you could do #thorchain #swap from #electrum-ltc
yes you can
tools -> pay to many
here is tx template:
ltc_asgard_vault_address,amount_to_swap
OP_RETURN utf8_swap_memo_as_byte_string,0.0001
where
ltc_asgard_vault_address: idk where you should find one. i found one from inspecting other swaps in explorer. at the time of writing this is the one: https://thorchain.net/address/ltc1qh7cjvuc3gtt3r4afm0zqvhvrpkfw0ahx845dsv. where it says: vault type=asgard, status=ActiveVault.
amount_to_swap: amount, eg 0.1
utf8_swap_memo_as_byte_string convert swap memo, eg
=:THOR.RUNE:thorchain_address into bytes without spaces, you can find such tool with duckduckgo
yes you can
tools -> pay to many
here is tx template:
ltc_asgard_vault_address,amount_to_swap
OP_RETURN utf8_swap_memo_as_byte_string,0.0001
where
ltc_asgard_vault_address: idk where you should find one. i found one from inspecting other swaps in explorer. at the time of writing this is the one: https://thorchain.net/address/ltc1qh7cjvuc3gtt3r4afm0zqvhvrpkfw0ahx845dsv. where it says: vault type=asgard, status=ActiveVault.
amount_to_swap: amount, eg 0.1
utf8_swap_memo_as_byte_string convert swap memo, eg
=:THOR.RUNE:thorchain_address into bytes without spaces, you can find such tool with duckduckgo