From 43504339db8b3e9eafae811129ddf360d940873f Mon Sep 17 00:00:00 2001 From: juanmardefago Date: Tue, 14 Nov 2023 18:32:22 -0300 Subject: [PATCH] fix: updated contracts version and Sepolia configs --- config/arbitrumSepoliaAddressScript.ts | 2 +- config/sepoliaAddressScript.ts | 2 +- package.json | 2 +- yarn.lock | 19 +++++++++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/config/arbitrumSepoliaAddressScript.ts b/config/arbitrumSepoliaAddressScript.ts index a5c2f729..bde52f92 100644 --- a/config/arbitrumSepoliaAddressScript.ts +++ b/config/arbitrumSepoliaAddressScript.ts @@ -28,7 +28,7 @@ export let addresses: Addresses = { subgraphNFT: '{{arbsep.SubgraphNFT.address}}', l1GraphTokenGateway: '', l2GraphTokenGateway: '{{arbsep.L2GraphTokenGateway.address}}', - ethereumDIDRegistry: '{{arbsep.IEthereumDIDRegistry.address}}', + ethereumDIDRegistry: '{{arbsep.EthereumDIDRegistry.address}}', isL1: false, } diff --git a/config/sepoliaAddressScript.ts b/config/sepoliaAddressScript.ts index 7160e562..3fe4cf3c 100644 --- a/config/sepoliaAddressScript.ts +++ b/config/sepoliaAddressScript.ts @@ -28,7 +28,7 @@ export let addresses: Addresses = { subgraphNFT: '{{sepolia.SubgraphNFT.address}}', l1GraphTokenGateway: '{{sepolia.L1GraphTokenGateway.address}}', l2GraphTokenGateway: '', - ethereumDIDRegistry: '{{sepolia.IEthereumDIDRegistry.address}}', + ethereumDIDRegistry: '{{sepolia.EthereumDIDRegistry.address}}', isL1: true, } diff --git a/package.json b/package.json index 6f9d4ec5..9973f257 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "prepare:test-l2": "yarn prep:no-ipfs && yarn prep:addresses:test:l2 && mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && graph codegen --output-dir src/types/" }, "devDependencies": { - "@graphprotocol/contracts": "^5.3.0", + "@graphprotocol/contracts": "5.3.3", "@graphprotocol/graph-cli": "^0.49.0", "@graphprotocol/graph-ts": "^0.29.1", "@types/node": "^14.0.13", diff --git a/yarn.lock b/yarn.lock index e15284aa..dff14eb1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -419,10 +419,10 @@ graphql-import-node "^0.0.5" js-yaml "^4.1.0" -"@graphprotocol/contracts@^5.3.0": - version "5.3.0" - resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-5.3.0.tgz#9c754cdba56bf84ef32c68617dc59a4ddf00ffd0" - integrity sha512-o1Dvk1h+Me+BEaeYoPr4M2dBT5PvLJAUlSuKjIOIy/hD5y1PAkBMZi2EnP5BWXP+1vn4y3q7d+qZjAmVKakL/Q== +"@graphprotocol/contracts@5.3.3": + version "5.3.3" + resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-5.3.3.tgz#89c383ce244d9ed6cf1146baafde379cbbdfdfe6" + integrity sha512-fmFSKr+VDinWWotj2q/Ztn92PppcRrYXeO/62gLgkLos/DcYa7bGWKbcOWyMUw0vsUvXxk6QAtr5o/LG3yQ1WQ== dependencies: console-table-printer "^2.11.1" ethers "^5.6.0" @@ -2311,7 +2311,7 @@ globby@^11.1.0: "gluegun@https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep": version "4.3.1" - resolved "git+https://github.com/edgeandnode/gluegun.git#b34b9003d7bf556836da41b57ef36eb21570620a" + resolved "https://github.com/edgeandnode/gluegun#b34b9003d7bf556836da41b57ef36eb21570620a" dependencies: apisauce "^1.0.1" app-module-path "^2.2.0" @@ -3800,7 +3800,14 @@ semver@^5.5.0: resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== -semver@^7.0.0, semver@^7.2.1, semver@^7.3.2: +semver@^7.0.0: + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== + dependencies: + lru-cache "^6.0.0" + +semver@^7.2.1, semver@^7.3.2: version "7.3.5" resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==