Skip to content

Commit 7c68181

Browse files
MoonBoi9001claude
andcommitted
feat: enable chain_listener and IISA gateway filter in dev environment
- dipper run.sh: added chain_listener config pointing at indexing-payments subgraph for on-chain acceptance event monitoring - dips.yaml: added REDPANDA_GATEWAY_IDS=local to iisa-cronjob environment Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 15e9543 commit 7c68181

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

compose/dev/dips.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ services:
149149
environment:
150150
PYTHONUNBUFFERED: "1"
151151
SCORING_INTERVAL: "30"
152+
REDPANDA_GATEWAY_IDS: "local"
152153

153154
# Real IISA from source - replaces GHCR image
154155
iisa:

containers/indexing-payments/dipper/run.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ cat >config.json <<-EOF
9494
"interval": 10,
9595
"batch_size": 100
9696
},
97+
"chain_listener": {
98+
"subgraph_endpoint": "http://graph-node:${GRAPH_NODE_GRAPHQL_PORT}/subgraphs/name/indexing-payments",
99+
"poll_interval": 5,
100+
"chain_id": ${CHAIN_ID}
101+
},
97102
"additional_networks": {
98103
"${CHAIN_ID}": "${CHAIN_NAME}"
99104
}

0 commit comments

Comments
 (0)