Skip to content

Commit 9bba109

Browse files
author
CloudLobster
committed
fix: remove unreliable RPCs (Alchemy demo 429, LlamaRPC returns empty)
1 parent c501c85 commit 9bba109

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

worker/src/routes/claim.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ import { privateKeyToAccount } from 'viem/accounts';
55

66
// Multiple RPCs with fallback for reliability
77
const baseTransport = fallback([
8-
http('https://base-mainnet.g.alchemy.com/v2/demo'),
98
http('https://mainnet.base.org'),
10-
http('https://base.llamarpc.com'),
119
http('https://1rpc.io/base'),
1210
]);
1311
import { AppBindings } from '../types';

0 commit comments

Comments
 (0)