From 83ed927373cdcf0a63470d8e684bb41e9026e22a Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:27:01 -0800 Subject: [PATCH] chore(config): update recommended gas_adjustment --- 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]