Skip to content

Commit

Permalink
Fix mainnet deploy (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Jul 20, 2022
1 parent c9f2175 commit 0bdaf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subgraphs/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

"prepare:mainnet": "npm run --prefix=../../packages/constants prepare:mainnet && mustache config/mainnet.json subgraph.template.yaml > subgraph.yaml",
"build:mainnet": "npm run prepare:mainnet && graph codegen subgraph.yaml && graph build subgraph.yaml",
"deploy:mainnet": "npm run build:mainnet && graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ stakewise/ethereum-mainnet",
"create:mainnet:local": "graph create --node $GRAPH_MAINNET_URL stakewise/ethereum",
"deploy:mainnet:local": "npm run build:mainnet && npm run create:mainnet:local && graph deploy --version-label 1.4.2 --node $GRAPH_MAINNET_URL --ipfs $IPFS_MAINNET_URL stakewise/ethereum",

Expand Down

0 comments on commit 0bdaf00

Please sign in to comment.