ARC-48: Return Orphaned Dual Rewards

Summary

This is a follow-up proposal meant to finish the work started by proposal 22. Concretely, proposal 22 fixed an issue in the Generator contract that made part of the dual rewards become orphaned. This proposal sends back the orphaned dual rewards to the TerraPoker, boneLUNA and VKR staking contracts.

Abstract

This proposal is meant to send back orphaned dual rewards to the TerraPoker, boneLUNA and VKR staking contracts. The code meant to send back the rewards can be found here. The scripts used to calculate the amount of rewards to send back can be found here.

Executable Message

The executable message used to migrate the Generator contract and thus send back the orphaned rewards looks as follows:

[
    {
        "wasm": {
            "migrate": {
                "contract_addr": "terra1ksvlfex49desf4c452j6dewdjs6c48nafemetuwjyj6yexd7x3wqvwa7j9",
                "new_code_id": 1196,
                "msg": "e30="
            }
        }
    }
]

The code ID 1196 maps to this commit.

Copyright

Copyright and related rights waived via CC0.

1 Like