File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments