Skip to content

Commit

Permalink
chore: upgrade contracts to v3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
  • Loading branch information
tmigone authored and juanmardefago committed Apr 11, 2023
1 parent e0e3adc commit 1caba51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "graph test -v 0.2.0"
},
"devDependencies": {
"@graphprotocol/contracts": "2.3.0",
"@graphprotocol/contracts": "^3.0.0",
"@graphprotocol/graph-cli": "^0.42.2",
"@graphprotocol/graph-ts": "^0.29.1",
"@types/node": "^14.0.13",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@
graphql-import-node "^0.0.5"
js-yaml "^4.1.0"

"@graphprotocol/contracts@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-2.3.0.tgz#dfc648732e2bfe1cba66bc26ba7dfa9b81d62a3b"
integrity sha512-o+XfVC5EusLcs6ge5dFqvOQZOCX4NBSABjKeiAcSb1wqd2/gl/JWjXBbmofATKorLMpDm6HjE/H37NxCipvWFQ==
"@graphprotocol/contracts@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-3.0.0.tgz#fbc14c6fa7193e5c82db2e1228c9bc6e8b4541ee"
integrity sha512-P1Pm/WojvgZiBcOR0ngJepG2rYaXN9AVYr3SE1ZddTEZM9pxBgv+cWgAeCR5N9m7TOrSG5b7NnF8OqzuDRFH2g==
dependencies:
console-table-printer "^2.11.1"
ethers "^5.6.0"
Expand Down

0 comments on commit 1caba51

Please # to comment.