diff --git a/sst.config.ts b/sst.config.ts index 818e33a..faa317d 100644 --- a/sst.config.ts +++ b/sst.config.ts @@ -46,9 +46,7 @@ function IndexerStack({ app, stack }: StackContext) { // BlockPi rpcs new Config.Secret(stack, "BLOCKPI_API_KEY_ARB_SEPOLIA"), // Alchemy RPC - new Config.Secret(stack, "ALCHEMY_API_KEY"), - // Testnet RPCs - new Config.Secret(stack, "PONDER_RPC_URL_ARB_SEPOLIA"), + new Config.Secret(stack, "ALCHEMY_API_KEY") ]; // Get our CDK secrets map