From 1caba51bf696a7343365b8aaf3da90e386f3af37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Mon, 10 Apr 2023 12:52:32 -0300 Subject: [PATCH] chore: upgrade contracts to v3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87baa310..c8baabb5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index a905307a..da16e538 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"