Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Update -cli/ts for the new AssemblyScript version #30

Merged
merged 1 commit into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.0"
"@graphprotocol/graph-cli": "^0.22.0",
"@graphprotocol/graph-ts": "^0.22.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dataSources:
abi: Gravity
mapping:
kind: ethereum/events
apiVersion: 0.0.4
apiVersion: 0.0.5
language: wasm/assemblyscript
entities:
- Gravatar
Expand Down
Loading