From 021a83847e32d091294951968e19de5ddad539af Mon Sep 17 00:00:00 2001 From: songproducer Date: Mon, 28 Dec 2020 23:38:04 +0800 Subject: [PATCH] Add files via upload (#5199) Change fee for Tezos validator Money Every 3 Days from 6% to 10% --- blockchains/tezos/validators/list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchains/tezos/validators/list.json b/blockchains/tezos/validators/list.json index b00c22356..947546176 100644 --- a/blockchains/tezos/validators/list.json +++ b/blockchains/tezos/validators/list.json @@ -275,7 +275,7 @@ "description": "Money Every 3 Days - Low fees, dependable payouts and active participant.", "website": "https://moneyevery3days.com", "payout": { - "commission": 6, + "commission": 10, "payoutDelay": 1, "payoutPeriod": 1 }, @@ -485,4 +485,4 @@ "minDelegation": 0 } } -] \ No newline at end of file +]