Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parisnet removed #1028

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions configs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ rpc:
uri: https://rpc.tzkt.io/ghostnet
timeout: 20
requests_per_second: 15
parisnet:
uri: https://rpc.tzkt.io/parisnet
timeout: 20
requests_per_second: 20
quebecnet:
uri: https://rpc.tzkt.io/quebecnet
timeout: 20
Expand All @@ -23,8 +19,6 @@ services:
mempool: https://mempool.dipdup.net/v1/graphql
ghostnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
parisnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
quebecnet:
mempool: https://mempool.test.dipdup.net/v1/graphql

Expand Down Expand Up @@ -63,12 +57,10 @@ api:
rpc:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
parisnet: https://rpc.tzkt.io/parisnet
quebecnet: https://rpc.tzkt.io/quebecnet
networks:
- mainnet
- ghostnet
- parisnet
- quebecnet

indexer:
Expand All @@ -79,14 +71,11 @@ indexer:
receiver_threads: 5
ghostnet:
receiver_threads: 5
parisnet:
receiver_threads: 10
quebecnet:
receiver_threads: 10

scripts:
networks:
- mainnet
- ghostnet
- parisnet
- quebecnet
11 changes: 0 additions & 11 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ rpc:
uri: https://rpc.tzkt.io/ghostnet
timeout: 20
requests_per_second: 10
parisnet:
uri: https://rpc.tzkt.io/parisnet
timeout: 20
requests_per_second: 20
quebecnet:
uri: https://rpc.tzkt.io/quebecnet
timeout: 20
Expand All @@ -23,8 +19,6 @@ services:
mempool: https://mempool.dipdup.net/v1/graphql
ghostnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
parisnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
quebecnet:
mempool: https://mempool.test.dipdup.net/v1/graphql

Expand Down Expand Up @@ -66,12 +60,10 @@ api:
rpc:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
parisnet: https://rpc.tzkt.io/parisnet
quebecnet: https://rpc.tzkt.io/quebecnet
networks:
- mainnet
- ghostnet
- parisnet
- quebecnet

indexer:
Expand All @@ -82,8 +74,6 @@ indexer:
receiver_threads: ${MAINNET_THREADS:-10}
ghostnet:
receiver_threads: ${TESTNET_THREADS:-10}
parisnet:
receiver_threads: ${TESTNET_THREADS:-10}
quebecnet:
receiver_threads: 10

Expand All @@ -96,5 +86,4 @@ scripts:
networks:
- mainnet
- ghostnet
- parisnet
- quebecnet
Loading