From baa8156b22672cd18be684ec48103f1c43e2b377 Mon Sep 17 00:00:00 2001 From: Guantong Date: Thu, 20 Jun 2024 11:16:01 +0800 Subject: [PATCH] Update ponder.ethereum.ts --- definition/mainnets/ponder.ethereum.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/definition/mainnets/ponder.ethereum.ts b/definition/mainnets/ponder.ethereum.ts index c6f491e..f3c0be8 100644 --- a/definition/mainnets/ponder.ethereum.ts +++ b/definition/mainnets/ponder.ethereum.ts @@ -1,4 +1,4 @@ -import {createConfig} from "@ponder/core"; +import {createConfig, loadBalance} from "@ponder/core"; import {http} from "viem"; import {ORMPAbi as ORMPAbiV2} from "./abis/v2/ORMPAbi"; @@ -14,7 +14,7 @@ export default createConfig({ chainId: 1, transport: loadBalance([ http(`https://eth-mainnet.blastapi.io/${BLAST_API_KEY}`), - //transport: http(`https://mainnet.infura.io/v3/${INFURA_API_KEY}`), + // http(`https://mainnet.infura.io/v3/${INFURA_API_KEY}`), ]), maxRequestsPerSecond: MAX_REQUESTS_PER_SECOND,