Skip to content

Commit 7d289eb

Browse files
committed
replace studio url in examples
1 parent 503cad6 commit 7d289eb

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

examples/aggregations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"scripts": {
1111
"build": "graph build",
1212
"codegen": "graph codegen",
13-
"create": "graph create example --node https://api.thegraph.com/deploy/",
13+
"create": "graph create example --node https://api.studio.thegraph.com/deploy/",
1414
"create-local": "graph create example --node http://127.0.0.1:8020",
15-
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
15+
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1616
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020",
1717
"test": "graph test"
1818
},

examples/arweave-blocks-transactions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"scripts": {
1313
"build": "graph build",
1414
"codegen": "graph codegen",
15-
"create": "graph create arweave-example --node https://api.thegraph.com/deploy/",
15+
"create": "graph create arweave-example --node https://api.studio.thegraph.com/deploy/",
1616
"create-local": "graph create arweave-example --node http://localhost:8020",
17-
"deploy": "graph deploy arweave-example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
17+
"deploy": "graph deploy arweave-example --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1818
"deploy-local": "graph deploy arweave-example -l v0.1.0 --ipfs http://localhost:5001 --node http://localhost:8020",
1919
"remove-local": "graph remove arweave-example --node http://localhost:8020"
2020
},

examples/cosmos-block-filtering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create cosmos-block-filtering --node https://api.thegraph.com/deploy/",
14+
"create": "graph create cosmos-block-filtering --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create cosmos-block-filtering --node http://127.0.0.1:8020",
16-
"deploy": "graph deploy cosmos-block-filtering --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy cosmos-block-filtering --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy cosmos-block-filtering -l v0.1.0 --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020",
1818
"prepare:cosmoshub": "mustache config/cosmoshub.json subgraph.template.yaml > subgraph.yaml",
1919
"prepare:osmosis": "mustache config/osmosis.json subgraph.template.yaml > subgraph.yaml",

examples/cosmos-osmosis-token-swaps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create osmosis-token-swaps --node https://api.thegraph.com/deploy/",
14+
"create": "graph create osmosis-token-swaps --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create osmosis-token-swaps --node http://0.0.0.0:8020",
16-
"deploy": "graph deploy osmosis-token-swaps --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy osmosis-token-swaps --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy osmosis-token-swaps -l v0.1.0 --ipfs http://0.0.0.0:5001 --node http://0.0.0.0:8020",
1818
"remove-local": "graph remove osmosis-token-swaps --node http://0.0.0.0:8020"
1919
},

examples/cosmos-validator-delegations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create cosmos-validator-delegations --node https://api.thegraph.com/deploy/",
14+
"create": "graph create cosmos-validator-delegations --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create cosmos-validator-delegations --node http://127.0.0.1:8020",
16-
"deploy": "graph deploy cosmos-validator-delegations --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy cosmos-validator-delegations --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy cosmos-validator-delegations -l v0.1.0 --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020",
1818
"prepare:cosmoshub": "mustache config/cosmoshub.json subgraph.template.yaml > subgraph.yaml",
1919
"prepare:osmosis": "mustache config/osmosis.json subgraph.template.yaml > subgraph.yaml",

examples/cosmos-validator-rewards/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create cosmos-validator-rewards --node https://api.thegraph.com/deploy/",
14+
"create": "graph create cosmos-validator-rewards --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create cosmos-validator-rewards --node http://127.0.0.1:8020",
16-
"deploy": "graph deploy cosmos-validator-rewards --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy cosmos-validator-rewards --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy cosmos-validator-rewards -l v0.1.0 --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020",
1818
"prepare:cosmoshub": "mustache config/cosmoshub.json subgraph.template.yaml > subgraph.yaml",
1919
"prepare:osmosis": "mustache config/osmosis.json subgraph.template.yaml > subgraph.yaml",

examples/ethereum-gravatar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"build": "graph build",
1313
"build:contract": "hardhat compile",
1414
"codegen": "graph codegen",
15-
"create": "graph create example --node https://api.thegraph.com/deploy/",
15+
"create": "graph create example --node https://api.studio.thegraph.com/deploy/",
1616
"create-local": "graph create example --node http://127.0.0.1:8020",
17-
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
17+
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1818
"deploy-local": "graph deploy example --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020"
1919
},
2020
"devDependencies": {

examples/near-blocks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create example --node https://api.thegraph.com/deploy/",
14+
"create": "graph create example --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create example --node http://127.0.0.1:8020",
16-
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {

examples/near-receipts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"scripts": {
1212
"build": "graph build",
1313
"codegen": "graph codegen",
14-
"create": "graph create example --node https://api.thegraph.com/deploy/",
14+
"create": "graph create example --node https://api.studio.thegraph.com/deploy/",
1515
"create-local": "graph create example --node http://127.0.0.1:8020",
16-
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
16+
"deploy": "graph deploy example --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/",
1717
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)