Skip to content

Commit

Permalink
Merge pull request #1032 from liquity/fix-install
Browse files Browse the repository at this point in the history
Upgrade Graph tooling but disable build
  • Loading branch information
danielattilasimon authored Dec 25, 2023
2 parents a0948b6 + 28b8649 commit b5007c2
Show file tree
Hide file tree
Showing 4 changed files with 1,494 additions and 1,110 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"scripts": {
"build": "run-s 'build:*'",
"build:dev-frontend": "yarn workspace @liquity/dev-frontend build",
"build:subgraph": "yarn workspace @liquity/subgraph build",
"deploy": "yarn workspace @liquity/lib-ethers hardhat deploy",
"deploy:chicken-bonds": "yarn --cwd ../ChickenBond deploy-fork compile publish:local",
"watch:chicken-bonds": "yarn --cwd ../ChickenBond watch",
Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"graph": "graph"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.1",
"@graphprotocol/graph-cli": "^0.64.1",
"@graphprotocol/graph-ts": "^0.32.0",
"npm-run-all": "^4.1.5"
}
}
14 changes: 7 additions & 7 deletions packages/subgraph/subgraph.yaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dataSources:
file: ./src/mappings/TroveManager.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand Down Expand Up @@ -64,7 +64,7 @@ dataSources:
file: ./src/mappings/BorrowerOperations.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand All @@ -91,7 +91,7 @@ dataSources:
file: ./src/mappings/PriceFeed.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- Transaction
Expand All @@ -114,7 +114,7 @@ dataSources:
file: ./src/mappings/StabilityPool.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand Down Expand Up @@ -146,7 +146,7 @@ dataSources:
file: ./src/mappings/CollSurplusPool.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand All @@ -171,7 +171,7 @@ dataSources:
file: ./src/mappings/LqtyStake.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand Down Expand Up @@ -202,7 +202,7 @@ ${[
file: ./src/mappings/Token.ts
language: wasm/assemblyscript
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
entities:
- Global
- User
Expand Down
Loading

0 comments on commit b5007c2

Please sign in to comment.