Skip to content

Commit

Permalink
πŸ› Fix sst config
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jul 4, 2024
1 parent 420c400 commit 2183a71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sst.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2183a71

Please sign in to comment.