Skip to content

Commit

Permalink
fix: infura endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschu committed Jan 20, 2024
1 parent d61f001 commit 23b2d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/celo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 23b2d7f

Please sign in to comment.