Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Sep 6, 2023
1 parent 5bfa2d5 commit d57cc92
Show file tree
Hide file tree
Showing 5 changed files with 4,928 additions and 1,126 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ _env.ts
chain.json
chain.ts
build

yarn.lock
4 changes: 2 additions & 2 deletions thegraph/ethv2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.46.1",
"@graphprotocol/graph-ts": "^0.29.3"
"@graphprotocol/graph-cli": "0.55.0",
"@graphprotocol/graph-ts": "0.30.0"
}
}
4 changes: 2 additions & 2 deletions thegraph/feemarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.33.0",
"@graphprotocol/graph-ts": "0.27.0"
"@graphprotocol/graph-cli": "0.55.0",
"@graphprotocol/graph-ts": "0.30.0"
},
"devDependencies": { "matchstick-as": "0.5.0" }
}
Loading

0 comments on commit d57cc92

Please sign in to comment.