Skip to content

Commit a704f08

Browse files
committed
test new json restriction
1 parent 8799973 commit a704f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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}/admin/"
129+
local nodeUrl="${SUBGRAPH_URL_TEMPLATE//\{\{NETWORK\}\}/$network}"
130130
local subgraphName="protocol-$DEPLOYMENT_ENV"
131131
echo "node url: $nodeUrl, subgraph name: $subgraphName"
132132

0 commit comments

Comments
 (0)