Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Commit fabf679

Browse files
authored
Added ushuaia (#39)
* Added ushuaia * Fixed ushuaia network name
1 parent 85f3ad7 commit fabf679

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

build/dipdup.testnet.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,50 @@ mempool:
9393
datasources:
9494
tzkt: shadownet_tzkt
9595
rpc: shadownet_rpc
96+
ushuaianet:
97+
filters:
98+
kinds:
99+
- endorsement
100+
- endorsement_with_dal
101+
- transaction
102+
- activate_account
103+
- ballot
104+
- delegation
105+
- double_baking_evidence
106+
- double_endorsement_evidence
107+
- origination
108+
- proposals
109+
- reveal
110+
- seed_nonce_revelation
111+
- register_global_constant
112+
- set_deposits_limit
113+
- preendorsement
114+
- double_preendorsement_evidence
115+
- tx_rollup_commit
116+
- tx_rollup_dispatch_tickets
117+
- tx_rollup_finalize_commitment
118+
- tx_rollup_origination
119+
- tx_rollup_rejection
120+
- tx_rollup_remove_commitment
121+
- tx_rollup_return_bond
122+
- tx_rollup_submit_batch
123+
- transfer_ticket
124+
- vdf_revelation
125+
- Increase_paid_storage
126+
- drain_delegate
127+
- update_consensus_key
128+
- smart_rollup_add_messages
129+
- smart_rollup_originate
130+
- smart_rollup_execute_outbox_message
131+
- smart_rollup_refute
132+
- smart_rollup_publish
133+
- smart_rollup_recover_bond
134+
- smart_rollup_timeout
135+
- smart_rollup_cement
136+
- dal_publish_commitment
137+
datasources:
138+
tzkt: ushuaianet_tzkt
139+
rpc: ushuaianet_rpc
96140

97141
database:
98142
kind: postgres
@@ -132,6 +176,13 @@ datasources:
132176
kind: tezos-node
133177
url: https://rpc.tzkt.io/shadownet
134178

179+
ushuaianet_tzkt:
180+
kind: tzkt
181+
url: https://api.ushuaianet.tzkt.io
182+
ushuaianet_rpc:
183+
kind: tezos-node
184+
url: https://rpc.tzkt.io/ushuaianet
185+
135186
profiler:
136187
server: ${PROFILER_SERVER}
137188
project: tezos-testnet-mempool

0 commit comments

Comments
 (0)