Skip to content

Commit

Permalink
Add parisnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed May 1, 2024
1 parent 9e6efb4 commit d4975a3
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ mempool:

local:
docker-compose -f docker-compose.yml up -d --build

local-testnet:
docker-compose -f docker-compose.test.yml up -d --build
52 changes: 52 additions & 0 deletions build/dipdup.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,51 @@ mempool:
tzkt: oxfordnet_tzkt
rpc: oxfordnet_rpc


parisnet:
filters:
kinds:
- attestation
- transaction
- activate_account
- ballot
- dal_publish_commitment
- delegation
- double_baking_evidence
- double_attestation_evidence
- origination
- proposals
- reveal
- seed_nonce_revelation
- register_global_constant
- set_deposits_limit
- preattestation
- double_preattestation_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
datasources:
tzkt: parisnet_tzkt
rpc: parisnet_rpc

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

parisnet_tzkt:
kind: tzkt
url: https://api.parisnet.tzkt.io
parisnet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/parisnet

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

0 comments on commit d4975a3

Please sign in to comment.