Skip to content

Commit f85b674

Browse files
authored
Merge pull request #942 from graphprotocol/pcv/contracts-6.2.0
chore: bump contracts to 6.2.0 and sdk to 0.5.0
2 parents ae7006c + 8608c8c commit f85b674

File tree

7 files changed

+35
-19
lines changed

7 files changed

+35
-19
lines changed

.changeset/tall-items-exercise.md

-6
This file was deleted.

.changeset/ten-moons-lay.md

-5
This file was deleted.

packages/contracts/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphprotocol/contracts
22

3+
## 6.2.0
4+
5+
### Minor Changes
6+
7+
- Update implementation addresses with GGP 31, 34 and 35
8+
9+
### Patch Changes
10+
11+
- 554af2c: feat(utils): add utility to parse subgraph ids
12+
- Updated dependencies [554af2c]
13+
- Updated dependencies [c5641c5]
14+
- @graphprotocol/sdk@0.5.0
15+
316
## 6.1.3
417

518
### Patch Changes

packages/contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"
@@ -13,7 +13,7 @@
1313
"addresses.json"
1414
],
1515
"dependencies": {
16-
"@graphprotocol/sdk": "workspace:^0.4.0",
16+
"@graphprotocol/sdk": "workspace:^0.5.0",
1717
"console-table-printer": "^2.11.1"
1818
},
1919
"devDependencies": {

packages/sdk/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @graphprotocol/sdk
2+
3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 554af2c: feat(utils): add utility to parse subgraph ids
8+
9+
### Patch Changes
10+
11+
- c5641c5: Ensure L2 aliased addresses are the correct length
12+
- Updated dependencies
13+
- Updated dependencies [554af2c]
14+
- @graphprotocol/contracts@6.2.0

packages/sdk/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/sdk",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "TypeScript based SDK to interact with The Graph protocol contracts",
55
"main": "build/index.js",
66
"types": "src/index.ts",
@@ -21,7 +21,7 @@
2121
"@arbitrum/sdk": "^3.1.12",
2222
"@ethersproject/experimental": "^5.7.0",
2323
"@graphprotocol/common-ts": "^2.0.7",
24-
"@graphprotocol/contracts": "workspace:^6.0.0",
24+
"@graphprotocol/contracts": "workspace:^6.2.0",
2525
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
2626
"@nomiclabs/hardhat-ethers": "^2.2.3",
2727
"debug": "^4.3.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1835,15 +1835,15 @@ __metadata:
18351835
languageName: node
18361836
linkType: hard
18371837

1838-
"@graphprotocol/contracts@workspace:^6.0.0, @graphprotocol/contracts@workspace:packages/contracts":
1838+
"@graphprotocol/contracts@workspace:^6.2.0, @graphprotocol/contracts@workspace:packages/contracts":
18391839
version: 0.0.0-use.local
18401840
resolution: "@graphprotocol/contracts@workspace:packages/contracts"
18411841
dependencies:
18421842
"@arbitrum/sdk": "npm:^3.0.0"
18431843
"@defi-wonderland/smock": "npm:^2.0.7"
18441844
"@ethersproject/experimental": "npm:^5.6.0"
18451845
"@graphprotocol/common-ts": "npm:^1.8.3"
1846-
"@graphprotocol/sdk": "workspace:^0.4.0"
1846+
"@graphprotocol/sdk": "workspace:^0.5.0"
18471847
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
18481848
"@nomiclabs/hardhat-etherscan": "npm:^3.1.7"
18491849
"@nomiclabs/hardhat-waffle": "npm:2.0.3"
@@ -1922,14 +1922,14 @@ __metadata:
19221922
languageName: node
19231923
linkType: hard
19241924

1925-
"@graphprotocol/sdk@workspace:^0.4.0, @graphprotocol/sdk@workspace:packages/sdk":
1925+
"@graphprotocol/sdk@workspace:^0.5.0, @graphprotocol/sdk@workspace:packages/sdk":
19261926
version: 0.0.0-use.local
19271927
resolution: "@graphprotocol/sdk@workspace:packages/sdk"
19281928
dependencies:
19291929
"@arbitrum/sdk": "npm:^3.1.12"
19301930
"@ethersproject/experimental": "npm:^5.7.0"
19311931
"@graphprotocol/common-ts": "npm:^2.0.7"
1932-
"@graphprotocol/contracts": "workspace:^6.0.0"
1932+
"@graphprotocol/contracts": "workspace:^6.2.0"
19331933
"@nomicfoundation/hardhat-network-helpers": "npm:^1.0.9"
19341934
"@nomiclabs/hardhat-ethers": "npm:^2.2.3"
19351935
"@types/chai": "npm:^4.3.9"

0 commit comments

Comments
 (0)