From f666566bd45268f4f1ff3ae93ff1099f7f8bf7d1 Mon Sep 17 00:00:00 2001 From: LachsBagel <149974355+LachsBagel@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:08:21 -0500 Subject: [PATCH] improved web3rpc address --- .../moragents_dockers/agents/src/claim_agent/src/config.py | 2 +- .../moragents_dockers/agents/src/reward_agent/src/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/submodules/moragents_dockers/agents/src/claim_agent/src/config.py b/submodules/moragents_dockers/agents/src/claim_agent/src/config.py index ed6bd89..c7bbddc 100644 --- a/submodules/moragents_dockers/agents/src/claim_agent/src/config.py +++ b/submodules/moragents_dockers/agents/src/claim_agent/src/config.py @@ -7,7 +7,7 @@ class Config: WEB3RPCURL = { - "1": "https://cloudflare-eth.com" + "1": "https://eth.llamarpc.com/" } MINT_FEE = 0.001 # in ETH diff --git a/submodules/moragents_dockers/agents/src/reward_agent/src/config.py b/submodules/moragents_dockers/agents/src/reward_agent/src/config.py index 92f4af9..ff7c6d6 100644 --- a/submodules/moragents_dockers/agents/src/reward_agent/src/config.py +++ b/submodules/moragents_dockers/agents/src/reward_agent/src/config.py @@ -7,7 +7,7 @@ class Config: WEB3RPCURL = { - "1": "https://cloudflare-eth.com", + "1": "https://eth.llamarpc.com/", } DISTRIBUTION_PROXY_ADDRESS = "0x47176B2Af9885dC6C4575d4eFd63895f7Aaa4790"