Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT CLOSE] [DO NOT MERGE] Ponder/message bus #2765

Closed
wants to merge 14 commits into from
16 changes: 16 additions & 0 deletions packages/explorer-message-bus-api/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change to "deploy" once 2024 events are synced
# START_DATE=deploy
START_DATE=2024-01-01

# DFK
PONDER_RPC_URL_53935=https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc

# Harmony
PONDER_RPC_URL_1666600000=https://api.s0.t.hmny.io

# Klaytn
# Helpful: https://docs.blockpi.io/documentations/pricing-and-rate-limit
PONDER_RPC_URL_8217=https://klaytn.blockpi.network/v1/rpc/public

# (Optional) Postgres database URL. If not provided, SQLite will be used.
DATABASE_URL=
3 changes: 3 additions & 0 deletions packages/explorer-message-bus-api/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "ponder"
}
18 changes: 18 additions & 0 deletions packages/explorer-message-bus-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dependencies
/node_modules

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Misc
.DS_Store

# Env files
.env*.local

# Ponder
/generated/
/.ponder/
Loading
Loading