Skip to content

Commit

Permalink
Remove oxford
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 7, 2024
1 parent 14b77f3 commit 60e372c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
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
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
parisnet:
uri: https://rpc.tzkt.io/parisnet
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
oxfordnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
parisnet:
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
oxfordnet: https://rpc.tzkt.io/oxfordnet
parisnet: https://rpc.tzkt.io/parisnet
networks:
- mainnet
- ghostnet
- oxfordnet
- parisnet

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

scripts:
networks:
- mainnet
- ghostnet
- oxfordnet
- parisnet
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
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
parisnet:
uri: https://rpc.tzkt.io/parisnet
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
oxfordnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
parisnet:
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
oxfordnet: https://rpc.tzkt.io/oxfordnet
parisnet: https://rpc.tzkt.io/parisnet
networks:
- mainnet
- ghostnet
- oxfordnet
- parisnet

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

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

0 comments on commit 60e372c

Please sign in to comment.