From 04384865cf37a795756e07d82b0e36d9e6290d87 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 29 Jun 2021 10:56:28 +0200 Subject: [PATCH] Remove max collateral rule --- res/include/md/hosting.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/res/include/md/hosting.md b/res/include/md/hosting.md index 918909f..567ff60 100644 --- a/res/include/md/hosting.md +++ b/res/include/md/hosting.md @@ -17,10 +17,9 @@ Keep in mind that these are maximums, you are allowed to go lower. | Requirement | Max rate EUR | Max rate SC | |--------------------------|--------------|-------------| -| Storage price per month | € 1.80 / TB | {{ div 1.8 $price | formatSC }} / TB | -| Download price | € 2.50 / TB | {{ div 2.5 $price | formatSC }} / TB | -| Upload price | € 2.00 / TB | {{ div 2.0 $price | formatSC }} / TB | -| Collateral per month | € 8.00 / TB | {{ div 8.0 $price | formatSC }} / TB | +| Storage price per month | € 1.50 / TB | {{ div 1.5 $price | formatSC }} / TB | +| Download price | € 2.00 / TB | {{ div 2.0 $price | formatSC }} / TB | +| Upload price | € 1.50 / TB | {{ div 2.0 $price | formatSC }} / TB | | Contract formation price | € 0.10 | {{ div 0.1 $price | formatSC }} |