This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments