Skip to content

Commit

Permalink
Disable oxfordnet
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Oct 5, 2023
1 parent 655bd97 commit b111f76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions configs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rpc:
uri: https://rpc.tzkt.io/nairobinet
timeout: 20
requests_per_second: 15
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
# oxfordnet:
# uri: https://rpc.tzkt.io/oxfordnet
# timeout: 20
# requests_per_second: 20

log_level: ${LOG_LEVEL:-info}

Expand All @@ -25,8 +25,8 @@ services:
mempool: https://mempool.test.dipdup.net/v1/graphql
nairobinet:
mempool: https://mempool.test.dipdup.net/v1/graphql
oxfordnet:
mempool: https://mempool.test.dipdup.net/v1/graphql
# oxfordnet:
# mempool: https://mempool.test.dipdup.net/v1/graphql

storage:
pg:
Expand Down Expand Up @@ -64,12 +64,12 @@ api:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
nairobinet: https://rpc.tzkt.io/nairobinet
oxfordnet: https://rpc.tzkt.io/oxfordnet
# oxfordnet: https://rpc.tzkt.io/oxfordnet
networks:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet

indexer:
project_name: indexer
Expand All @@ -81,12 +81,12 @@ indexer:
receiver_threads: 5
nairobinet:
receiver_threads: 5
oxfordnet:
receiver_threads: 5
# oxfordnet:
# receiver_threads: 5

scripts:
networks:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet
18 changes: 9 additions & 9 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ rpc:
uri: https://rpc.tzkt.io/nairobinet
timeout: 20
requests_per_second: 10
oxfordnet:
uri: https://rpc.tzkt.io/oxfordnet
timeout: 20
requests_per_second: 20
# oxfordnet:
# uri: https://rpc.tzkt.io/oxfordnet
# timeout: 20
# requests_per_second: 20

log_level: ${LOG_LEVEL:-info}

Expand Down Expand Up @@ -67,12 +67,12 @@ api:
mainnet: https://rpc.tzkt.io/mainnet
ghostnet: https://rpc.tzkt.io/ghostnet
nairobinet: https://rpc.tzkt.io/nairobinet
oxfordnet: https://rpc.tzkt.io/oxfordnet
# oxfordnet: https://rpc.tzkt.io/oxfordnet
networks:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet

indexer:
project_name: indexer
Expand All @@ -84,8 +84,8 @@ indexer:
receiver_threads: ${TESTNET_THREADS:-10}
nairobinet:
receiver_threads: ${TESTNET_THREADS:-10}
oxfordnet:
receiver_threads: ${TESTNET_THREADS:-10}
# oxfordnet:
# receiver_threads: ${TESTNET_THREADS:-10}

scripts:
aws:
Expand All @@ -97,4 +97,4 @@ scripts:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet

0 comments on commit b111f76

Please sign in to comment.