From 4d26432b576095a9dae6b67be0898dbf01e7a5a8 Mon Sep 17 00:00:00 2001 From: netrunner Date: Tue, 23 Jul 2024 02:18:48 +0100 Subject: [PATCH] change default RPCs --- studio/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/studio/src/lib.rs b/studio/src/lib.rs index 48a1146..e2b58fb 100644 --- a/studio/src/lib.rs +++ b/studio/src/lib.rs @@ -494,8 +494,8 @@ impl Settings { chat_system_prompt: String::from("You are a helpful assistant."), shog_hub_url: String::from("https://hub.shog.ai"), - eth_rpc: String::from("https://eth.llamarpc.com"), - base_rpc: String::from("https://base.llamarpc.com"), + eth_rpc: String::from("https://eth.drpc.org"), + base_rpc: String::from("https://base.drpc.org"), shog_contract_eth: String::from("0xc8388e437031B09B2c61FC4277469091382A1B13"), shog_contract_base: String::from("0x6a4F69Da1E2fb2a9b11D1AAD60d03163fE567732"),