Skip to content

Commit

Permalink
scroll rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
killroy192 committed Jul 20, 2024
1 parent 858fdbc commit 55c17af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ const getRpcUrl = async (chain: chains.Chain) => {
switch (chain.id) {
case chains.scroll.id:
// return chains.scroll.rpcUrls.default.http[0];
return "https://scroll.drpc.org";
// return "https://scroll.drpc.org";
return "https://534352.rpc.thirdweb.com";
// return `https://blue-greatest-knowledge.scroll-mainnet.quiknode.pro/${conf.rpc.qnode.keyᵻ}`;
default:
return `https://${chainIdToAlchemyNetworksMap[chain.id]}.g.alchemy.com/v2/${conf.rpc.alchemy.keyᵻ}`;
Expand Down

0 comments on commit 55c17af

Please sign in to comment.