|
16 | 16 | "build:ipfs:mainnet": "yarn && yarn prepare:mainnet && graph build --ipfs https://ipfs.network.thegraph.com", |
17 | 17 | "deploy-mainnet-staging": "yarn && yarn prepare:mainnet && graph deploy graphprotocol/graph-network-analytics-staging --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
18 | 18 | "deploy-mainnet": "yarn && yarn prepare:mainnet && graph deploy graphprotocol/graph-network-analytics --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
19 | | - "deploy-rinkeby": "yarn && yarn prepare:rinkeby && graph deploy graphprotocol/graph-network-analytics-testnet --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
| 19 | + "deploy-arbitrum": "yarn && yarn prepare:arbitrum && graph deploy graphprotocol/graph-analytics-arbitrum --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
20 | 20 | "deploy-goerli": "yarn && yarn prepare:goerli && graph deploy graphprotocol/graph-network-analytics-goerli --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
21 | | - "deploy-testing": "yarn && yarn prepare:arb-goerli && graph deploy juanmardefago/dev-subgraph2 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
22 | | - "prep:addresses:rinkeby": "ts-node config/rinkebyAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
23 | | - "prepare:rinkeby": "yarn prep:addresses:rinkeby && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
| 21 | + "deploy-testing": "yarn && yarn prepare:arbitrum && graph deploy graphprotocol/graph-analytics-arbitrum --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", |
24 | 22 | "prep:addresses:goerli": "ts-node config/goerliAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
25 | 23 | "prepare:goerli": "yarn prep:addresses:goerli && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
26 | 24 | "prep:addresses:arb-goerli": "ts-node config/goerliArbitrumAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
27 | 25 | "prepare:arb-goerli": "yarn prep:addresses:arb-goerli && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
28 | 26 | "prep:addresses:mainnet": "ts-node config/mainnetAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
29 | 27 | "prepare:mainnet": "yarn prep:addresses:mainnet && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
| 28 | + "prep:addresses:arbitrum": "ts-node config/arbitrumAddressScript.ts && mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts", |
| 29 | + "prepare:arbitrum": "yarn prep:addresses:arbitrum && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/", |
30 | 30 | "lint": "yarn eslint .", |
31 | 31 | "lint-fix": "eslint . --fix", |
32 | 32 | "prettier": "prettier '**/*.ts'", |
33 | 33 | "prettier-write": "prettier --write '**/*.ts'" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@graphprotocol/contracts": "l2-testnet", |
| 36 | + "@graphprotocol/contracts": "2.3.0", |
37 | 37 | "@graphprotocol/graph-cli": "^0.25.1", |
38 | 38 | "@graphprotocol/graph-ts": "^0.24.1", |
39 | 39 | "@types/node": "^14.0.13", |
|
0 commit comments