Skip to content

Commit

Permalink
Merge pull request #97 from perpetual-protocol/feature/use-satsuma-ipfs
Browse files Browse the repository at this point in the history
switch to Satsuma IPFS gateway as they suggested
  • Loading branch information
vinta authored Jun 8, 2023
2 parents 51f59ac + 0c17356 commit 83b2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"deploy-self-hosted:optimism-kovan-dev2": "npm run codegen:optimism-kovan-dev2 && graph deploy --version-label $(git rev-parse --short HEAD) --node http://127.0.0.1:8020 --ipfs https://api.thegraph.com/ipfs/ perpetual-protocol/perpetual-v2-optimism-kovan-dev2",
"deploy-self-hosted:optimism-goerli": "npm run codegen:optimism-goerli && graph deploy --version-label $(git rev-parse --short HEAD) --node http://127.0.0.1:8020 --ipfs https://api.thegraph.com/ipfs/ perpetual-protocol/perpetual-v2-optimism-goerli",
"deploy-self-hosted:optimism": "npm run codegen:optimism && graph deploy --version-label $(git rev-parse --short HEAD) --node http://127.0.0.1:8020 --ipfs https://api.thegraph.com/ipfs/ perpetual-protocol/perpetual-v2-optimism",
"deploy-satsuma:optimism": "npm run codegen-satsuma:optimism && graph deploy --version-label $(git rev-parse --short HEAD) --node https://app.satsuma.xyz/api/subgraphs/deploy --ipfs https://api.thegraph.com/ipfs/ --deploy-key $SATSUMA_DEPLOY_KEY perpetual-v2-optimism",
"deploy-satsuma:optimism": "npm run codegen-satsuma:optimism && graph deploy --version-label $(git rev-parse --short HEAD) --node https://app.satsuma.xyz/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key $SATSUMA_DEPLOY_KEY perpetual-v2-optimism",
"health-check": "ts-node ./scripts/healthCheck.ts",
"list-subgraph-ids": "ts-node ./scripts/listSubgraphIds.ts"
},
Expand Down

0 comments on commit 83b2c0b

Please sign in to comment.