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

Added rionet #34

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added rionet
  • Loading branch information
k-karuna committed Feb 25, 2025
commit 82b8cae419a1dc57f90e04d33191157fcf170946
56 changes: 54 additions & 2 deletions build/dipdup.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ mempool:
- smart_rollup_timeout
- smart_rollup_cement
datasources:
tzkt: ghostnet_tzkt
rpc: ghostnet_rpc
tzkt: ghostnet_tzkt
rpc: ghostnet_rpc

quebecnet:
filters:
Expand Down Expand Up @@ -95,6 +95,51 @@ mempool:
tzkt: quebecnet_tzkt
rpc: quebecnet_rpc

rionet:
filters:
kinds:
- endorsement
- endorsement_with_dal
- transaction
- activate_account
- ballot
- delegation
- double_baking_evidence
- double_endorsement_evidence
- origination
- proposals
- reveal
- seed_nonce_revelation
- register_global_constant
- set_deposits_limit
- preendorsement
- double_preendorsement_evidence
- tx_rollup_commit
- tx_rollup_dispatch_tickets
- tx_rollup_finalize_commitment
- tx_rollup_origination
- tx_rollup_rejection
- tx_rollup_remove_commitment
- tx_rollup_return_bond
- tx_rollup_submit_batch
- transfer_ticket
- vdf_revelation
- Increase_paid_storage
- drain_delegate
- update_consensus_key
- smart_rollup_add_messages
- smart_rollup_originate
- smart_rollup_execute_outbox_message
- smart_rollup_refute
- smart_rollup_publish
- smart_rollup_recover_bond
- smart_rollup_timeout
- smart_rollup_cement
- dal_publish_commitment
datasources:
tzkt: rionet_tzkt
rpc: rionet_rpc

database:
kind: postgres
host: ${POSTGRES_HOST:-db}
Expand Down Expand Up @@ -132,6 +177,13 @@ datasources:
quebecnet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/quebecnet

rionet_tzkt:
kind: tzkt
url: https://api.rionet.tzkt.io
rionet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/rionet

profiler:
server: ${PROFILER_SERVER}
Expand Down
Loading