Skip to content

Commit

Permalink
feat: ✨ add mine studio command
Browse files Browse the repository at this point in the history
  • Loading branch information
xxamxx committed Sep 7, 2023
1 parent fe6d20d commit 30fc40a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/index-cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,10 @@ function getDefaultConfig() {
"graph codegen subgraphs/starter/starter_arbitrum.yaml --output-dir ./src/types/starter/ && graph deploy --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ dodoex/dodoex-starter-arbitrum subgraphs/starter/starter_arbitrum.yaml",
"deploy:dodo_starter_polygon":
"graph codegen subgraphs/starter/starter_polygon.yaml --output-dir ./src/types/starter/ && graph deploy --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ dodoex/dodoex-starter-polygon subgraphs/starter/starter_polygon.yaml",
"deploy:studio:mine_goerli:thegraph":
"graph codegen subgraphs/mine/mine_goerli.yaml --output-dir ./src/types/mine/ && graph deploy --ipfs https://api.thegraph.com/ipfs/ --node https://api.studio.thegraph.com/deploy/ v3 subgraphs/mine/mine_goerli.yaml",
"deploy:studio:mine_goerli":
"graph codegen subgraphs/mine/mine_goerli.yaml --output-dir ./src/types/mine/ && graph deploy --node https://api.studio.thegraph.com/deploy/ v3 subgraphs/mine/mine_goerli.yaml",
"graph codegen subgraphs/mine/mine_goerli.yaml --output-dir ./src/types/mine/ && graph deploy --ipfs http://localhost:5001/ --node http://localhost:8020/ dodoex/v3test subgraphs/mine/mine_goerli.yaml",
};
return config2;
}

0 comments on commit 30fc40a

Please sign in to comment.