Skip to content

Commit

Permalink
update webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 12, 2024
1 parent 3260839 commit 536e6a7
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 139 deletions.
14 changes: 8 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ SECRET_KEY="<Ed25519 Secret-key>"
PUBLIC_KEY="<Ed25519 Public-key>"
WEBHOOK_URL=http://127.0.0.1:3000

# Substreams endpoint
SUBSTREAMS_API_TOKEN="<Substreams API Token @ https://pinax.network>"
SUBSTREAMS_ENDPOINT=https://polygon.substreams.pinax.network:443
# Get Substreams API Key
# https://app.pinax.network
# https://app.streamingfast.io/
SUBSTREAMS_API_KEY="<Substreams API Key @ https://pinax.network>"
SUBSTREAMS_ENDPOINT=https://eth.substreams.pinax.network:443

# Substreams package
MANIFEST=https://github.com/pinax-network/subtivity-substreams/releases/download/v0.3.0/subtivity-ethereum-v0.3.0.spkg
MODULE_NAME=map_block_stats
START_BLOCK=-1
MANIFEST=https://github.com/pinax-network/substreams/releases/download/blocks-v0.1.0/blocks-v0.1.0.spkg
MODULE_NAME=map_blocks
START_BLOCK=-10
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ docker-compose.yml
*-win.exe
substreams-sink-webhook
bun.lockb
.vscode
50 changes: 0 additions & 50 deletions .vscode/settings.json

This file was deleted.

170 changes: 90 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 536e6a7

Please sign in to comment.