Skip to content

Commit

Permalink
Updated config with added oxfordnet.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvuwei committed Aug 18, 2023
1 parent 4d68c0d commit 6df6292
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions build/dipdup.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,50 @@ mempool:
rpc:
- nairobinet_rpc

oxfordnet:
filters:
kinds:
- endorsement
- 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
datasources:
tzkt: oxfordnet_tzkt
rpc:
- oxfordnet_rpc

database:
kind: postgres
host: ${POSTGRES_HOST:-db}
Expand Down Expand Up @@ -132,3 +176,10 @@ datasources:
nairobinet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/nairobinet

oxfordnet_tzkt:
kind: tzkt
url: https://api.oxfordnet.tzkt.io
oxfordnet_rpc:
kind: tezos-node
url: https://rpc.tzkt.io/oxfordnet

0 comments on commit 6df6292

Please sign in to comment.