Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
344 stars 475 forks source link

Store error: database unavailable on Optimism #172

Open tkeidar opened 1 year ago

tkeidar commented 1 year ago

Every query to https://api.thegraph.com/subgraphs/name/ianlapham/optimism-post-regenesis/ returns:

{
  "errors": [
    {
      "message": "Store error: database unavailable"
    }
  ]
}

it happens from time to time in the past 24 hours. I found the following article describing a possible fix to this issue: https://surfthedream.com.au/graph-indexer-store-error-database-unavailable/