We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c501c85 commit 9bba109Copy full SHA for 9bba109
worker/src/routes/claim.ts
@@ -5,9 +5,7 @@ import { privateKeyToAccount } from 'viem/accounts';
5
6
// Multiple RPCs with fallback for reliability
7
const baseTransport = fallback([
8
- http('https://base-mainnet.g.alchemy.com/v2/demo'),
9
http('https://mainnet.base.org'),
10
- http('https://base.llamarpc.com'),
11
http('https://1rpc.io/base'),
12
]);
13
import { AppBindings } from '../types';
0 commit comments