BIP30: Adjusting the fee-share of the ICX-queue

BIP30, if passed, will adjust the LP fee share for the ICX-queue to 50/50 (LP/Balanced) to be in-line with all other pools

Discussion:

Transactions:

[
    {
        "address": "cxa0af3165c08318e988cb30993b3048335b94af6c",
        "method": "setIcxConversionFee",
        "parameters": [
            {
                "type": "int",
                "value": "50"
            }
        ]
    },
    {
    "address": "cxa0af3165c08318e988cb30993b3048335b94af6c",
        "method": "setIcxBalnFee",
        "parameters": [
            {
                "type": "int",
                "value": "50"
            }
        ]
    }
]

This topic was automatically closed after 2 minutes. New replies are no longer allowed.