Skip to content

Commit

Permalink
feat: add zksync mainnet deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorvin committed May 11, 2024
1 parent d0a0cdf commit 9a27612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"deploy-arbitrum": "dotenv -e .env -- cross-var graph deploy v2-core-subgraph --version-label %DEPLOY_VERSION% --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key %DEPLOY_KEY% --ipfs https://ipfs.satsuma.xyz --network arbitrum-sepolia",
"deploy-base": "dotenv -e .env -- cross-var graph deploy v2-core-subgraph-base --version-label %DEPLOY_VERSION% --node https://subgraphs.alchemy.com/api/subgraphs/deploy --deploy-key %DEPLOY_KEY% --ipfs https://ipfs.satsuma.xyz --network base",
"deploy-berachain-public-testnet": "graph build --network=berachain-public-testnet && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph/%DEPLOY_VERSION% --path .",
"deploy-zksync-era": "graph build --network=zksync-era && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph-zksync-era/%DEPLOY_VERSION% --path .",
"deploy-zksync-era-sepolia": "graph build --network=zksync-era-sepolia && dotenv -e .env -- cross-var goldsky subgraph deploy v2-core-subgraph-zksync-era-sepolia/%DEPLOY_VERSION% --path .",
"test": "graph test"
},
Expand Down

0 comments on commit 9a27612

Please sign in to comment.