Skip to content

Commit

Permalink
Merge pull request #7 from HerodotusDev/feat/index-base-sepolia
Browse files Browse the repository at this point in the history
Turn on indexing base sepolia
  • Loading branch information
mikjakbiak authored Sep 11, 2024
2 parents f902a26 + 6f36134 commit 257f28a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ module.exports = {
// DB_URL:'postgresql://postgres:password@localhost:5432/l2indexer',
// }
// },
// {
// name: 'monitor-base-sepolia',
// script: 'target/release/monitor-events',
// env: {
// CHAIN_TYPE: 'sepolia',
// CHAIN_NAME: 'base',
// RPC_URL: 'https://ethereum-sepolia-rpc.publicnode.com',
// DB_URL:'postgresql://postgres:password@localhost:5432/l2indexer',
// }
// },
{
name: "monitor-base-sepolia",
script: "target/release/monitor-events",
env: {
CHAIN_TYPE: "sepolia",
CHAIN_NAME: "base",
RPC_URL: "https://ethereum-sepolia-rpc.publicnode.com",
DB_URL: "postgresql://postgres:password@localhost:5432/l2indexer",
},
},
{
name: "monitor-optimism-sepolia",
script: "target/release/monitor-events",
Expand Down

0 comments on commit 257f28a

Please sign in to comment.