From 23b2d7f8cab545d086282d0a84429ecd2f96df94 Mon Sep 17 00:00:00 2001 From: Fabian Scherer <48454910+fabianschu@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:37:34 +0700 Subject: [PATCH] fix: infura endpoint --- src/lib/config/celo/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config/celo/index.ts b/src/lib/config/celo/index.ts index 783ef583b..9341fefc4 100644 --- a/src/lib/config/celo/index.ts +++ b/src/lib/config/celo/index.ts @@ -17,7 +17,7 @@ const config: Config = { unknown: false, visibleInUI: true, testNetwork: false, - rpc: `https://celo.infura.io/v3/${keys.infura}`, + rpc: `https://celo-mainnet.infura.io/v3/${keys.infura}`, ws: ``, publicRpc: 'https://forno.celo.org', explorer: 'https://celoscan.io/',