|
@@ -17,7 +17,7 @@ const scenario = async () => {
|
|
|
const nodeUrl: string = env.NODE_URL || 'ws://127.0.0.1:9944'
|
|
|
const provider = new WsProvider(nodeUrl)
|
|
|
|
|
|
- const queryNodeUrl: string = env.QUERY_NODE_URL || 'http://127.0.0.1:4000/graphql'
|
|
|
+ const queryNodeUrl: string = env.QUERY_NODE_URL || 'http://127.0.0.1:8080/graphql'
|
|
|
|
|
|
const queryNodeProvider = new ApolloClient({
|
|
|
uri: queryNodeUrl,
|