Skip to content

Commit

Permalink
chore: update cross chain governance deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Dec 20, 2024
1 parent d758332 commit 6bf4d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraphs/cross-chain-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"codegen": "graph codegen",
"create:docker": "yarn graph create venusprotocol/venus-subgraph --node http://graph-node:8020/",
"create:docker": "yarn graph create venusprotocol/crosschain-governance --node http://graph-node:8020/",
"build:docker": "yarn graph build --ipfs http://ipfs:5001",
"build:ethereum": "yarn graph build --ipfs https://api.thegraph.com/ipfs/ ",
"deploy:docker": "yarn prepare:docker && yarn graph deploy venusprotocol/crosschain-governance --ipfs http://ipfs:5001 --node http://graph-node:8020/",
Expand All @@ -24,7 +24,7 @@
"deploy:zkSyncSepolia": "yarn prepare:zkSyncSepolia && yarn graph deploy --studio venus-governance-zksyncsepolia",
"deploy:zkSync": "yarn prepare:zkSync && yarn graph deploy --studio venus-governance-zksync",
"deploy:baseSepolia": "yarn prepare:baseSepolia && yarn graph deploy --studio venus-governance-base-sepolia",
"deploy:base": "yarn prepare:baseSepolia && yarn graph deploy --studio venus-governance-base",
"deploy:base": "yarn prepare:base && yarn graph deploy --studio venus-governance-base-mainnet",
"prepare:docker": "NETWORK=docker yarn ts-node config/index.ts",
"prepare:ethereum": "NETWORK=ethereum yarn ts-node config/index.ts",
"prepare:sepolia": "NETWORK=sepolia yarn ts-node config/index.ts",
Expand Down

0 comments on commit 6bf4d27

Please sign in to comment.