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 Quebecnet #30

Merged
merged 1 commit into from
Nov 14, 2024
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
52 changes: 52 additions & 0 deletions build/dipdup.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,51 @@ mempool:
tzkt: parisnet_tzkt
rpc: parisnet_rpc

quebecnet:
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: quebecnet_tzkt
rpc: quebecnet_rpc

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

quebecnet_tzkt:
kind: tzkt
url: https://api.quebecnet.tzkt.io
quebecnet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/quebecnet

profiler:
server: ${PROFILER_SERVER}
project: tezos-testnet-mempool
Loading