Skip to content

Commit

Permalink
Added Quebecnet
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Nov 13, 2024
1 parent c8bbca9 commit 9054c03
Showing 1 changed file with 52 additions and 0 deletions.
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

0 comments on commit 9054c03

Please sign in to comment.