Skip to content

Commit

Permalink
chore: envio deployment endpoint (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Aug 12, 2024
1 parent 9242ef4 commit 8db0332
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion apps/indexer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,21 @@
- Get all liquidation events
- Get all absorb collateral events
- Get all buy collateral events
- Get all reserves withdrawn events
- Get all reserves withdrawn events

## Hosting:

### Envio hosted service

[Playground](https://envio.dev/app/swaylend/swaylend-monorepo/acb4662/playground)

Current version endpoint: https://indexer.bigdevenergy.link/c755070/v1/graphql

### Docker compose

```bash
# The following variables need to be changed
HASURA_GRAPHQL_ENDPOINT: http://localhost:8888/v1/metadata
# And the port in the docker-compose.yml file
8888:8080
```

0 comments on commit 8db0332

Please sign in to comment.