Skip to content

Commit e4399e4

Browse files
committed
downgrade graph-cli
1 parent a704f08 commit e4399e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Subgraph for the Superfluid Ethereum contracts.",
44
"version": "2.2.3",
55
"dependencies": {
6-
"@graphprotocol/graph-cli": "0.97.1",
6+
"@graphprotocol/graph-cli": "0.97.0",
77
"@graphprotocol/graph-ts": "0.38.0",
88
"@superfluid-finance/sdk-core": "0.9.0",
99
"mustache": "4.2.0"

packages/subgraph/tasks/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ deploy_to_superfluid() {
126126
local network="$1"
127127

128128
echo "********* Deploying $network subgraph to Superfluid (self hosted). **********"
129-
local nodeUrl="${SUBGRAPH_URL_TEMPLATE//\{\{NETWORK\}\}/$network}"
129+
local nodeUrl="${SUBGRAPH_URL_TEMPLATE//\{\{NETWORK\}\}/$network}/admin/"
130130
local subgraphName="protocol-$DEPLOYMENT_ENV"
131131
echo "node url: $nodeUrl, subgraph name: $subgraphName"
132132

0 commit comments

Comments
 (0)