We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8cd8a commit 80a761bCopy full SHA for 80a761b
1 file changed
packages/frontend/src/constants/networks.ts
@@ -20,7 +20,7 @@ export const blastRpcProviders: ChainProviderFactory = (chain: Chain) => {
20
21
case mainnet.id:
22
return new RpcProvider({
23
- nodeUrl: `https://starknet-mainnet.public.blastapi.io`,
+ nodeUrl: `https://starknet.drpc.org`,
24
})
25
26
default:
0 commit comments