Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 30e175a

Browse files
committed
chore(graph): add base deploys
1 parent ca5b687 commit 30e175a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

graph/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
"build": "pnpm build:graph && pnpm build:codegen",
1010
"build:graph": "graph build",
1111
"build:codegen": "graph codegen",
12-
"deploy:test": "pnpm auth && pnpm deploy:sepolia",
13-
"deploy:prod": "pnpm auth && pnpm deploy:optimism && pnpm deploy:celo",
12+
"deploy:test": "pnpm auth && pnpm deploy:sepolia && pnpm deploy:base-sepolia",
13+
"deploy:prod": "pnpm auth && pnpm deploy:optimism && pnpm deploy:celo && pnpm deploy:base",
14+
"deploy:base": "graph deploy --node https://api.thegraph.com/deploy/ --network base hypercerts-admin/hypercerts-base-mainnet",
1415
"deploy:celo": "graph deploy --node https://api.thegraph.com/deploy/ --network celo hypercerts-admin/hypercerts-celo",
1516
"deploy:optimism": "graph deploy --node https://api.thegraph.com/deploy/ --network optimism hypercerts-admin/hypercerts-optimism-mainnet",
1617
"deploy:sepolia": "graph deploy --node https://api.thegraph.com/deploy/ --network sepolia hypercerts-admin/hypercerts-sepolia",
18+
"deploy:base-sepolia": "graph deploy --node https://api.thegraph.com/deploy/ --network base-sepolia hypercerts-admin/hypercerts-base-sepolia",
1719
"create-local": "graph create --node http://localhost:8020/ hypercerts-admin/hypercerts-testnet",
1820
"remove-local": "graph remove --node http://localhost:8020/ hypercerts-admin/hypercerts-testnet",
1921
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 hypercerts-admin/hypercerts-testnet",

0 commit comments

Comments
 (0)