Skip to content

Commit

Permalink
Merge pull request #105 from thenetrunna/master
Browse files Browse the repository at this point in the history
change default RPCs
  • Loading branch information
thenetrunna authored Jul 23, 2024
2 parents 6638b8f + 4d26432 commit b112657
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit b112657

Please sign in to comment.