From 2ec9a67b53d4f63def1588eef3bd7834855ec689 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:38:07 -0800 Subject: [PATCH] chore(config): update recommended gas_adjustment (#314) --- price-feeder.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/price-feeder.example.toml b/price-feeder.example.toml index 3109246e..5edf1d9c 100644 --- a/price-feeder.example.toml +++ b/price-feeder.example.toml @@ -1,6 +1,6 @@ config_dir = "umee-provider-config" -gas_adjustment = 1.03 +gas_adjustment = 1.1 provider_timeout = "1000000s" [server]