From c9ad2214c92d2095044069b1088f3beea5987791 Mon Sep 17 00:00:00 2001 From: truemiller <31908788+truemiller@users.noreply.github.com> Date: Fri, 24 May 2024 11:04:41 +0100 Subject: [PATCH] Update monthly gas estimate in service templates --- frontend/constants/serviceTemplates.ts | 2 +- templates/trader.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/constants/serviceTemplates.ts b/frontend/constants/serviceTemplates.ts index 53241b5e4..6cac3b626 100644 --- a/frontend/constants/serviceTemplates.ts +++ b/frontend/constants/serviceTemplates.ts @@ -15,7 +15,7 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [ cost_of_bond: 10000000000000000, olas_cost_of_bond: 10000000000000000000, olas_required_to_stake: 10000000000000000000, - monthly_gas_estimate: 22500000000000000000, + monthly_gas_estimate: 10000000000000000000, fund_requirements: { agent: 100000000000000000, safe: 5000000000000000000, diff --git a/templates/trader.yaml b/templates/trader.yaml index 03ed41a09..a687f8929 100644 --- a/templates/trader.yaml +++ b/templates/trader.yaml @@ -11,7 +11,7 @@ configuration: cost_of_bond: 10000000000000000 olas_cost_of_bond: 10000000000000000000 olas_required_to_stake: 10000000000000000000 - monthly_gas_estimate: 22500000000000000000 + monthly_gas_estimate: 10000000000000000000 fund_requirements: agent: 100000000000000000 safe: 5000000000000000000