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 111b947 commit 2b90b46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ rpc:
# uri: https://rpc.tzkt.io/oxfordnet
# timeout: 20
# requests_per_second: 20

log_level: ${LOG_LEVEL:-info}

services:
mainnet:
Expand Down Expand Up @@ -65,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 Down

0 comments on commit 2b90b46

Please sign in to comment.