Skip to content

[Store Migration] Refund two dropped swap outs totaling 9,000 $RUNE

Eridanus (9R) requested to merge eridanus/refund_swapout_mainnet into develop

This migration function used in this PR was originally merged here: !2596 (merged)

The above PR also has the results of the Stagenet testing of this function: !2596 (comment 1216814315)

This PR is to execute the actual refunds on mainnet for the two dropped txs:

  1. https://viewblock.io/thorchain/tx/B07A6B1B40ADBA2E404D9BCE1BEF6EDE6F70AD135E83806E4F4B6863CF637D0B
  2. https://viewblock.io/thorchain/tx/4795A3C036322493A9692B5D44E7D4FF29C3E2C1E848637184E98FE8B05FD06E

For each TX, this migration will:

  1. Credit the pool the outbound ETH (never left the pool)
  2. Deducts from the pool the added RUNE (going back to the user)
  3. Sends the user back their RUNE from the Asgard Module (the refund)

Merge request reports