I propose to change fee ratio 30/70 bBaln/Daofund to allow for more POL.
As discussed in: Increasing DAO share of fees for more POL
Actions:
[
{
"address": "cx203d9cd2a669be67177e997b8948ce2c35caffae",
"method": "setDividendsCategoryPercentage",
"parameters": [
{
"type": "Struct[]",
"value": [
{
"recipient_name": {
"type": "String",
"value": "daofund"
},
"dist_percent": {
"type": "int",
"value": "700000000000000000"
}
},
{
"recipient_name": {
"type": "String",
"value": "baln_holders"
},
"dist_percent": {
"type": "int",
"value": "300000000000000000"
}
}
]
}
]
}
]