Skip to content

Commit

Permalink
Set up staging testnet npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
davekaj committed Aug 22, 2020
1 parent ea48990 commit 2f21fce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@graphprotocol/testnet-subgraph",
"name": "@graphprotocol/staging-testnet-subgraph",
"version": "v0.5.0-testnet-phase1",
"description": "Subgraph for the Graph Network",
"repository": "https://github.com/graphprotocol/graph-network-subgraph",
Expand All @@ -11,10 +11,10 @@
"deployment.json"
],
"scripts": {
"prepublishOnly": "yarn && yarn build:ipfs",
"prepublishOnly": "yarn build:ipfs",
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"build:ipfs": "graph build --ipfs https://testnet.thegraph.com/ipfs/",
"build:ipfs": "yarn && yarn prepare:addresses:kovan && graph build --ipfs https://testnet.thegraph.com/ipfs/",
"deploy-beta": "yarn prepare:kovan && graph deploy graphprotocol/graph-network-beta --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy-phase1": "yarn prepare:rinkeby && graph deploy graphprotocol/graph-network-rinkeby --ipfs https://testnet.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ && yarn build:ipfs",
"deploy-testing": "yarn prepare:rinkeby && graph deploy davekaj/graph-network-rinkeby-practice --ipfs https://testnet.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ && yarn build:ipfs",
Expand All @@ -28,7 +28,7 @@
"prettier-write": "prettier --write '**/*.ts'"
},
"devDependencies": {
"@graphprotocol/contracts": "^0.5.0-testnet-phase1",
"@graphprotocol/contracts": "0.4.10-testnet-phase1",
"@graphprotocol/graph-cli": "^0.18.0",
"@graphprotocol/graph-ts": "^0.18.1",
"@types/node": "^14.0.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
dependencies:
regenerator-runtime "^0.13.4"

"@graphprotocol/contracts@^0.5.0-testnet-phase1":
version "0.5.0-testnet-phase1"
resolved "https://registry.npmjs.org/@graphprotocol/contracts/-/contracts-0.5.0-testnet-phase1.tgz#db457821ce9d849262d51d020b9564706808b7eb"
integrity sha512-Geph8Q71q9R1JQ4q6Ph7tF87yLnwDwDiIjw7he/KfRqwtcrseCmTJ0vFgRAhqD9mWszljj5BUt8qiDommUCkPQ==
"@graphprotocol/contracts@0.4.10-testnet-phase1":
version "0.4.10-testnet-phase1"
resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-0.4.10-testnet-phase1.tgz#f42ced0ce0195aae7a49a0fa2c94a1c4e902bc47"
integrity sha512-I0xzBEF00rAbvak18QAT4fCMaGC19Uv+StZolpt6dxZQGyNjGpJa8mdyXOEFbJvgk5Qhn9mkMINkAkbGZtb1kw==

"@graphprotocol/graph-cli@^0.18.0":
version "0.18.0"
Expand Down

0 comments on commit 2f21fce

Please sign in to comment.