|
13 | 13 | "prepublishOnly": "yarn & yarn build:ipfs", |
14 | 14 | "build": "graph build", |
15 | 15 | "build:ipfs:mainnet": "yarn && yarn prepare:mainnet && graph build --ipfs https://ipfs.network.thegraph.com", |
16 | | - "deploy-mainnet": "yarn && yarn prepare:mainnet && graph deploy --studio graph-network-ethereum", |
17 | | - "deploy-arbitrum": "yarn && yarn prepare:arbitrum && graph deploy --studio graph-network-arbitrum", |
18 | | - "deploy-sepolia": "yarn && yarn prepare:sepolia && graph deploy --studio graph-network-sepolia", |
19 | | - "deploy-arbitrum-sepolia": "yarn && yarn prepare:arbitrum-sepolia && graph deploy --studio graph-network-arbitrum-sepolia", |
| 16 | + "deploy-mainnet": "yarn && yarn prepare:mainnet && graph deploy graph-network-ethereum", |
| 17 | + "deploy-arbitrum": "yarn && yarn prepare:arbitrum && graph deploy graph-network-arbitrum", |
| 18 | + "deploy-sepolia": "yarn && yarn prepare:sepolia && graph deploy graph-network-sepolia", |
| 19 | + "deploy-arbitrum-sepolia": "yarn && yarn prepare:arbitrum-sepolia && graph deploy graph-network-arbitrum-sepolia", |
20 | 20 | "deploy-studio": "yarn deploy-mainnet && yarn deploy-arbitrum && yarn deploy-sepolia && yarn deploy-arbitrum-sepolia", |
21 | 21 | "prep:addresses:sepolia": "ts-node config/sepoliaAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
22 | 22 | "prepare:sepolia": "yarn prep:addresses:sepolia && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
|
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@graphprotocol/contracts": "6.2.0", |
45 | | - "@graphprotocol/graph-cli": "0.68.5", |
| 45 | + "@graphprotocol/graph-cli": "0.90.0", |
46 | 46 | "@graphprotocol/graph-ts": "0.32.0", |
47 | 47 | "@types/node": "^14.0.13", |
48 | 48 | "@typescript-eslint/eslint-plugin": "^3.3.0", |
|
0 commit comments