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

Commit f89bdd4

Browse files
authored
Merge pull request #30 from graphprotocol/otavio/update-assembly-script
Update -cli/ts for the new AssemblyScript version
2 parents 58f35ab + 20d2ea0 commit f89bdd4

File tree

3 files changed

+118
-277
lines changed

3 files changed

+118
-277
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-cli": "^0.20.1",
17-
"@graphprotocol/graph-ts": "^0.20.0"
16+
"@graphprotocol/graph-cli": "^0.22.0",
17+
"@graphprotocol/graph-ts": "^0.22.0"
1818
},
1919
"dependencies": {
2020
"babel-polyfill": "^6.26.0",

subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dataSources:
1212
abi: Gravity
1313
mapping:
1414
kind: ethereum/events
15-
apiVersion: 0.0.4
15+
apiVersion: 0.0.5
1616
language: wasm/assemblyscript
1717
entities:
1818
- Gravatar

0 commit comments

Comments
 (0)