Skip to content

Commit 931e5ed

Browse files
committed
chore: bump Graph CLI to use a slightly more modern version of AssemblyScript to compile mappings
1 parent e0d9869 commit 931e5ed

File tree

4 files changed

+166
-94
lines changed

4 files changed

+166
-94
lines changed

package-lock.json

Lines changed: 52 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 pioul/curve-subgraph"
1414
},
1515
"dependencies": {
16-
"@graphprotocol/graph-cli": "0.20.0",
16+
"@graphprotocol/graph-cli": "0.20.1",
1717
"@graphprotocol/graph-ts": "0.20.0",
1818
"@protofire/subgraph-toolkit": "0.1.2"
1919
}

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"extends": "assemblyscript/std/assembly.json",
3-
"include": ["./**/*.ts", "../**/*.ts"]
4-
}
2+
"extends": "node_modules/assemblyscript/std/assembly.json",
3+
"include": ["./**/*.ts"]
4+
}

0 commit comments

Comments
 (0)