Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenzing committed Dec 20, 2023
1 parent 6e8dcd7 commit d3f8242
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions blockscout-ens/bens-server/config/staging.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"subgraphs_reader": {
"cache_enabled": true,
"refresh_cache_schedule": "0 0 * * * *",
"networks": {
"5": {
"blockscout": {
"url": "https://eth-goerli.blockscout.com"
},
"subgraphs": {
"ens-subgraph": {
"use_cache": true
}
"subgraphs_reader": {
"cache_enabled": true,
"refresh_cache_schedule": "0 0 * * * *",
"networks": {
"5": {
"blockscout": {
"url": "https://eth-goerli.blockscout.com"
},
"subgraphs": {
"ens-subgraph": {
"use_cache": true
}
}
},
"10200": {
"blockscout": {
"url": "https://gnosis-chiado.blockscout.com"
},
"10200": {
"blockscout": {
"url": "https://gnosis-chiado.blockscout.com"
},
"subgraphs": {
"genome-subgraph": {
"empty_label_hash": "0x1a13b687a5ff1d8ab1a9e189e1507a6abe834a9296cc8cff937905e3dee0c4f6"
}
"subgraphs": {
"genome-subgraph": {
"empty_label_hash": "0x1a13b687a5ff1d8ab1a9e189e1507a6abe834a9296cc8cff937905e3dee0c4f6"
}
}
}
}
}
}
}

0 comments on commit d3f8242

Please sign in to comment.