Skip to content

Commit 95eea54

Browse files
committed
fix: downgrade graph-ts to fix heap memory issues
1 parent e9e9b62 commit 95eea54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@graphprotocol/contracts": "6.2.0",
4646
"@graphprotocol/graph-cli": "0.97.0",
47-
"@graphprotocol/graph-ts": "0.38.0",
47+
"@graphprotocol/graph-ts": "0.36.0",
4848
"@types/node": "^14.0.13",
4949
"@typescript-eslint/eslint-plugin": "^3.3.0",
5050
"@typescript-eslint/parser": "^3.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@
606606
web3-eth-abi "4.4.1"
607607
yaml "2.7.0"
608608

609-
"@graphprotocol/graph-ts@0.32.0":
610-
version "0.32.0"
611-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.32.0.tgz#36f8cd8e4ef42c3c32536cceb9995ab990f51d29"
612-
integrity sha512-YfKLT2w+ItXD/VPYQiAKtINQONVsAOkcqVFMHlhUy0fcEBVWuFBT53hJNI0/l5ujQa4TSxtzrKW/7EABAdgI8g==
609+
"@graphprotocol/graph-ts@0.36.0":
610+
version "0.36.0"
611+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.36.0.tgz#68ed937806bc7b2f8fe0ae2e15447255144f6a41"
612+
integrity sha512-yJNQK5YZWEThuawSboQQ+U4Fb2C78KBjmaoeOK7Nn0CFoChmHc+woRvW3yj+IKVSPc7JNHt4JSUHxVDJfUZbTA==
613613
dependencies:
614614
assemblyscript "0.19.10"
615615

0 commit comments

Comments
 (0)