We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e015549 commit 6ecae8bCopy full SHA for 6ecae8b
tests/e2e/integration.test.ts
@@ -6,7 +6,7 @@ import { env } from '../../config/env';
6
import { AppRegistry__factory, IexecInterfaceToken__factory } from '../../generated/typechain';
7
import config from '../../networks.json' with { type: 'json' };
8
9
-const APIURL = `http://localhost:8000/subgraphs/name/${env.NETWORK_NAME}/poco`;
+const APIURL = `http://localhost:8000/subgraphs/name/${env.NETWORK_NAME}/poco-v5`;
10
const client = new ApolloClient({
11
uri: APIURL,
12
cache: new InMemoryCache(),
0 commit comments