Skip to content

Commit

Permalink
Merge pull request #230 from VenusProtocol/udpate-scripts
Browse files Browse the repository at this point in the history
Merge down main and udpate cross chain governance scripts
  • Loading branch information
coreyar authored Dec 20, 2024
2 parents 584dbdb + 1a1fda0 commit 4590c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion subgraphs/etherfi-promo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/etherfi-promo-subgraph",
"version": "1.1.0-testnet.6",
"version": "1.0.2",
"license": "MIT",
"repository": {
"url": "https://github.com/VenusProtocol/subgraphs",
Expand Down

0 comments on commit 4590c32

Please sign in to comment.