Skip to content

Commit 80a761b

Browse files
authored
Update networks.ts
1 parent ac8cd8a commit 80a761b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/frontend/src/constants/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const blastRpcProviders: ChainProviderFactory = (chain: Chain) => {
2020

2121
case mainnet.id:
2222
return new RpcProvider({
23-
nodeUrl: `https://starknet-mainnet.public.blastapi.io`,
23+
nodeUrl: `https://starknet.drpc.org`,
2424
})
2525

2626
default:

0 commit comments

Comments
 (0)