Skip to content

Commit

Permalink
Update deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Apr 3, 2024
1 parent c8bf274 commit da114fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"create-local": "graph create celo/uniswap-v3 --node http://127.0.0.1:8020",
"deploy-local": "graph deploy celo/uniswap-v3 --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy": "graph deploy ianlapham/uniswap-v3-subgraph --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --debug",
"create-k8s": "dotenv -- graph create --node https://${GRAPH_K8S_USER}:${GRAPH_K8S_PASSWORD}@graph-node.admin.mainnet.celo-testnet.org/ celo/uniswap-v3-subgraph",
"deploy-k8s": "dotenv -- graph deploy celo/uniswap-v3-subgraph --ipfs https://ipfs.api.mainnet.celo-testnet.org/ --node https://${GRAPH_K8S_USER}:${GRAPH_K8S_PASSWORD}@graph-node.admin.mainnet.celo-testnet.org/",
"create-celo": "dotenv -- graph create --node https://api.thegraph.com/deploy/ --access-token 60c01b1a750b4c1ea5ba2bd16aa863aa jcortejoso/uniswap-celo-test1",
"deploy-celo": "dotenv -- graph deploy --product hosted-service --access-token 60c01b1a750b4c1ea5ba2bd16aa863aa jcortejoso/uniswap-celo-test1 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"create-k8s": "graph create --node https://${GRAPH_K8S_USER}:${GRAPH_K8S_PASSWORD}@graph-node.admin.mainnet.celo-testnet.org/ celo/uniswap-v3-subgraph",
"deploy-k8s": "graph deploy celo/uniswap-v3-subgraph --ipfs https://ipfs.api.mainnet.celo-testnet.org/ --node https://${GRAPH_K8S_USER}:${GRAPH_K8S_PASSWORD}@graph-node.admin.mainnet.celo-testnet.org/",
"deploy-celo": "graph deploy --product hosted-service jcortejoso/uniswap-celo-test1 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy-dev": "graph deploy sommelier/uniswap-v3 --ipfs http://35.197.14.14:5000/ --node http://35.197.14.14:8020/",
"deploy-staging": "graph deploy $THE_GRAPH_GITHUB_USER/$THE_GRAPH_SUBGRAPH_NAME /Uniswap --ipfs https://api.staging.thegraph.com/ipfs/ --node https://api.staging.thegraph.com/deploy/",
"watch-local": "graph deploy celo/uniswap-v3 --watch --node http://127.0.0.1:8020/ --ipfs http://localhost:5001"
Expand All @@ -30,7 +29,6 @@
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"dotenv-cli": "^7.4.1",
"eslint": "^7.2.0",
"matchstick-as": "0.6.0-beta.2",
"mustache": "^4.0.1",
Expand Down

0 comments on commit da114fb

Please sign in to comment.