Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit a8b5953

Browse files
authored
Added shadownet (#37)
1 parent 2373f24 commit a8b5953

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

build/dipdup.testnet.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,51 @@ mempool:
139139
datasources:
140140
tzkt: seoulnet_tzkt
141141
rpc: seoulnet_rpc
142+
143+
shadownet:
144+
filters:
145+
kinds:
146+
- endorsement
147+
- endorsement_with_dal
148+
- transaction
149+
- activate_account
150+
- ballot
151+
- delegation
152+
- double_baking_evidence
153+
- double_endorsement_evidence
154+
- origination
155+
- proposals
156+
- reveal
157+
- seed_nonce_revelation
158+
- register_global_constant
159+
- set_deposits_limit
160+
- preendorsement
161+
- double_preendorsement_evidence
162+
- tx_rollup_commit
163+
- tx_rollup_dispatch_tickets
164+
- tx_rollup_finalize_commitment
165+
- tx_rollup_origination
166+
- tx_rollup_rejection
167+
- tx_rollup_remove_commitment
168+
- tx_rollup_return_bond
169+
- tx_rollup_submit_batch
170+
- transfer_ticket
171+
- vdf_revelation
172+
- Increase_paid_storage
173+
- drain_delegate
174+
- update_consensus_key
175+
- smart_rollup_add_messages
176+
- smart_rollup_originate
177+
- smart_rollup_execute_outbox_message
178+
- smart_rollup_refute
179+
- smart_rollup_publish
180+
- smart_rollup_recover_bond
181+
- smart_rollup_timeout
182+
- smart_rollup_cement
183+
- dal_publish_commitment
184+
datasources:
185+
tzkt: shadownet_tzkt
186+
rpc: shadownet_rpc
142187

143188
database:
144189
kind: postgres
@@ -184,6 +229,13 @@ datasources:
184229
seoulnet_rpc:
185230
kind: tezos-node
186231
url: https://rpc.tzkt.io/seoulnet
232+
233+
shadownet_tzkt:
234+
kind: tzkt
235+
url: https://api.shadownet.tzkt.io
236+
shadownet_rpc:
237+
kind: tezos-node
238+
url: https://rpc.tzkt.io/shadownet
187239

188240
profiler:
189241
server: ${PROFILER_SERVER}

0 commit comments

Comments
 (0)