Skip to content

Commit

Permalink
Disable oxford API
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 28, 2023
1 parent 25dd196 commit 56c2df8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions configs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -69,7 +69,7 @@ api:
- mainnet
- ghostnet
- nairobinet
- oxfordnet
# - oxfordnet

indexer:
project_name: indexer
Expand Down
4 changes: 2 additions & 2 deletions configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56c2df8

Please sign in to comment.