Skip to content

Commit

Permalink
Update ponder.ethereum.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Jun 20, 2024
1 parent f784d02 commit baa8156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definition/mainnets/ponder.ethereum.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -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,
Expand Down

0 comments on commit baa8156

Please sign in to comment.