Skip to content

Commit 56c2df8

Browse files
Disable oxford API
1 parent 25dd196 commit 56c2df8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

configs/development.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ services:
2525
mempool: https://mempool.test.dipdup.net/v1/graphql
2626
nairobinet:
2727
mempool: https://mempool.test.dipdup.net/v1/graphql
28-
oxfordnet:
29-
mempool: https://mempool.test.dipdup.net/v1/graphql
28+
# oxfordnet:
29+
# mempool: https://mempool.test.dipdup.net/v1/graphql
3030

3131
storage:
3232
pg:
@@ -69,7 +69,7 @@ api:
6969
- mainnet
7070
- ghostnet
7171
- nairobinet
72-
- oxfordnet
72+
# - oxfordnet
7373

7474
indexer:
7575
project_name: indexer

configs/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ services:
2525
mempool: https://mempool.test.dipdup.net/v1/graphql
2626
nairobinet:
2727
mempool: https://mempool.test.dipdup.net/v1/graphql
28-
oxfordnet:
29-
mempool: https://mempool.test.dipdup.net/v1/graphql
28+
# oxfordnet:
29+
# mempool: https://mempool.test.dipdup.net/v1/graphql
3030

3131
storage:
3232
pg:

0 commit comments

Comments
 (0)