Skip to content

Commit

Permalink
fix: updated contracts version and Sepolia configs
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Nov 21, 2023
1 parent 91beeea commit 4350433
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/arbitrumSepoliaAddressScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down
2 changes: 1 addition & 1 deletion config/sepoliaAddressScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
19 changes: 13 additions & 6 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@^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/[email protected].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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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==
Expand Down

0 comments on commit 4350433

Please sign in to comment.