|
11 | 11 | "build:codegen": "graph codegen", |
12 | 12 | "deploy:test": "pnpm auth && pnpm deploy:sepolia && pnpm deploy:base-sepolia", |
13 | 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", |
15 | | - "deploy:celo": "graph deploy --node https://api.thegraph.com/deploy/ --network celo hypercerts-admin/hypercerts-celo", |
16 | | - "deploy:optimism": "graph deploy --node https://api.thegraph.com/deploy/ --network optimism hypercerts-admin/hypercerts-optimism-mainnet", |
17 | | - "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", |
19 | | - "create-local": "graph create --node http://localhost:8020/ hypercerts-admin/hypercerts-testnet", |
20 | | - "remove-local": "graph remove --node http://localhost:8020/ hypercerts-admin/hypercerts-testnet", |
21 | | - "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 hypercerts-admin/hypercerts-testnet", |
| 14 | + "deploy:base": "graph deploy --node https://api.thegraph.com/deploy/ --network base hypercerts-org/hypercerts-base-mainnet", |
| 15 | + "deploy:celo": "graph deploy --node https://api.thegraph.com/deploy/ --network celo hypercerts-org/hypercerts-celo", |
| 16 | + "deploy:optimism": "graph deploy --node https://api.thegraph.com/deploy/ --network optimism hypercerts-org/hypercerts-optimism-mainnet", |
| 17 | + "deploy:sepolia": "graph deploy --node https://api.thegraph.com/deploy/ --network sepolia hypercerts-org/hypercerts-sepolia", |
| 18 | + "deploy:base-sepolia": "graph deploy --node https://api.thegraph.com/deploy/ --network base-sepolia hypercerts-org/hypercerts-base-sepolia", |
| 19 | + "create-local": "graph create --node http://localhost:8020/ hypercerts-org/hypercerts-testnet", |
| 20 | + "remove-local": "graph remove --node http://localhost:8020/ hypercerts-org/hypercerts-testnet", |
| 21 | + "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 hypercerts-org/hypercerts-testnet", |
22 | 22 | "graph": "graph", |
23 | 23 | "test": "graph test" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@graphprotocol/graph-cli": "0.60.0", |
27 | | - "@graphprotocol/graph-ts": "0.31.0", |
| 26 | + "@graphprotocol/graph-cli": "0.68.5", |
| 27 | + "@graphprotocol/graph-ts": "0.33.0", |
28 | 28 | "assemblyscript": "0.19.23", |
29 | 29 | "matchstick-as": "0.6.0" |
30 | 30 | }, |
|
0 commit comments