From c655ce47ebbccd6db41bf7393c04d6d297848b6a Mon Sep 17 00:00:00 2001 From: Guantong Date: Wed, 12 Jun 2024 19:31:06 +0800 Subject: [PATCH] remove polygon hrpc --- definition/mainnets/ponder.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definition/mainnets/ponder.config.ts b/definition/mainnets/ponder.config.ts index 4f3188d..5f73c08 100644 --- a/definition/mainnets/ponder.config.ts +++ b/definition/mainnets/ponder.config.ts @@ -58,7 +58,7 @@ export default createConfig({ // transport: http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`), transport: loadBalance([ http(`https://polygon-mainnet.blastapi.io/${BLAST_API_KEY}`), - http(`https://polygon-hrpc.vercel.app/`), + // http(`https://polygon-hrpc.vercel.app/`), ]), maxRequestsPerSecond: FAST_MAX_REQUESTS_PER_SECOND, },