From 54e9f8b183c63cd7f16d98161acff2e06dbbb1cf Mon Sep 17 00:00:00 2001 From: Maximilian Schneider Date: Fri, 8 Nov 2024 10:35:51 +0100 Subject: [PATCH] update price feed config for eclipse --- bin/autobahn-router/template-config-eclipse.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/autobahn-router/template-config-eclipse.toml b/bin/autobahn-router/template-config-eclipse.toml index 8312cec..350627a 100644 --- a/bin/autobahn-router/template-config-eclipse.toml +++ b/bin/autobahn-router/template-config-eclipse.toml @@ -47,11 +47,11 @@ add_mango_tokens = false [routing] path_cache_validity_ms = 30000 -path_warming_mode = "ConfiguredMints" -#path_warming_mode = "HotMints" +path_warming_mode = "All" path_warming_amounts = [100, 1000, 10_000] path_warming_for_mints = [ - "So11111111111111111111111111111111111111112", # SOL + "So11111111111111111111111111111111111111112", # ETH + "AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE", # USDC ] path_warming_interval_secs = 5 path_warming_max_accounts = [20, 30, 40, 64] @@ -95,7 +95,8 @@ min_quote_out_to_in_amount_ratio = 0.65 [hot_mints] always_hot_mints = [ - "So11111111111111111111111111111111111111112", # SOL + "So11111111111111111111111111111111111111112", # ETH + "AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE", # USDC ] keep_latest_count = 50