From fdff4026b7a3ff319cc62ea972c7e952e7efd33e Mon Sep 17 00:00:00 2001 From: Nikola Divic Date: Fri, 6 Dec 2024 11:58:17 +0400 Subject: [PATCH] fix(config): lower base mainnet cache update time Significant spikes yesterday caused overcharging our clients, we need to cache more often BREAKING CHANGE: This will cause 6x more request to the RPC provider --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index e6245931..57a08476 100644 --- a/config/default.json +++ b/config/default.json @@ -395,7 +395,7 @@ "10": 60, "43113": 60, "43114": 60, - "8453": 60, + "8453": 10, "59144": 60, "5000": 86400, "204": 60,