Skip to content

Commit

Permalink
Remove rollupnet from teztnets
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 2, 2023
1 parent 611bac5 commit 9bd6970
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions configs/testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ rpc:
uri: ${MONDAYNET_RPC}
timeout: 20
requests_per_second: 10
rollupnet:
uri: ${ROLLUPNET_RPC}
timeout: 20
requests_per_second: 10

storage:
pg:
Expand Down Expand Up @@ -50,11 +46,9 @@ api:
rpc:
dailynet: ${DAILYNET_RPC}
mondaynet: ${MONDAYNET_RPC}
rollupnet: ${ROLLUPNET_RPC}
networks:
- dailynet
- mondaynet
- rollupnet
connections:
max: 50
idle: 50
Expand All @@ -73,11 +67,6 @@ indexer:
periodic:
info_base_url: https://teztnets.xyz
schedule: "0 5 0 * * MON" # at 00:05:00 every monday
rollupnet:
receiver_threads: 2
periodic:
info_base_url: ${ROLLUPNET_RPC}
schedule: "0 5 0 * * *" # at 00:05:00 every day
connections:
max: 5
idle: 5
Expand All @@ -91,7 +80,6 @@ scripts:
networks:
- dailynet
- mondaynet
- rollupnet
connections:
max: 5
idle: 5

0 comments on commit 9bd6970

Please sign in to comment.