Skip to content

Commit

Permalink
revert subgraph endpoint domain (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkent600 authored Aug 17, 2020
1 parent c1a422f commit 4292269
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.10.14-2
- Bugs Fixed
- revert subgraph endpoint domain

## 0.10.14-1
- Bugs Fixed
- fix display of DXD and NEC tokens
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alchemy-client",
"version": "0.10.14-1",
"version": "0.10.14-2",
"description": "An app for collaborative networks (DAOs), based on the DAO stack.",
"author": "DAOstack",
"license": "GPL-3.0",
Expand Down
16 changes: 8 additions & 8 deletions src/subgraph_endpoints.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"http_main": "https://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4",
"ws_main": "wss://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4",
"http_rinkeby": "https://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_rinkeby",
"ws_rinkeby": "wss://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_rinkeby",
"http_kovan": "https://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_kovan",
"ws_kovan": "wss://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_kovan",
"http_xdai": "https://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_xdai",
"ws_xdai": "wss://api.thegraph.com/subgraphs-daostack/name/daostack/v39_4_xdai",
"http_main": "https://api.thegraph.com/subgraphs/name/daostack/v39_4",
"ws_main": "wss://api.thegraph.com/subgraphs/name/daostack/v39_4",
"http_rinkeby": "https://api.thegraph.com/subgraphs/name/daostack/v39_4_rinkeby",
"ws_rinkeby": "wss://api.thegraph.com/subgraphs/name/daostack/v39_4_rinkeby",
"http_kovan": "https://api.thegraph.com/subgraphs/name/daostack/v39_4_kovan",
"ws_kovan": "wss://api.thegraph.com/subgraphs/name/daostack/v39_4_kovan",
"http_xdai": "https://api.thegraph.com/subgraphs/name/daostack/v39_4_xdai",
"ws_xdai": "wss://api.thegraph.com/subgraphs/name/daostack/v39_4_xdai",
"http_ganache": "http://127.0.0.1:8000/subgraphs/name/daostack",
"ws_ganache": "ws://127.0.0.1:8001/subgraphs/name/daostack"
}

0 comments on commit 4292269

Please sign in to comment.