From 8b7a5118027a99cc2ff985762dd7ccae96a15b0f Mon Sep 17 00:00:00 2001 From: KONFeature Date: Tue, 16 Jul 2024 15:32:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Disable=20block=20pi=20RPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ponder.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ponder.config.ts b/ponder.config.ts index 5042b86..25875d7 100644 --- a/ponder.config.ts +++ b/ponder.config.ts @@ -13,11 +13,11 @@ import { import { contentRegistryAbi } from "./abis/frak-registry-abis"; export default createConfig({ - /*database: { + database: { kind: "postgres", connectionString: process.env.DATABASE_URL, publishSchema: "publish", - },*/ + }, networks: { // Testnets arbitrumSepolia: { @@ -27,9 +27,9 @@ export default createConfig({ http( `https://arb-sepolia.g.alchemy.com/v2/${process.env.ALCHEMY_API_KEY}` ), - http( + /*http( `https://arbitrum-sepolia.blockpi.network/v1/rpc/${process.env.BLOCKPI_API_KEY_ARB_SEPOLIA}` - ), + ),*/ ]), pollingInterval: 10_000, maxRequestsPerSecond: 64,