Skip to content

Commit c2973e1

Browse files
committed
chore: bump contracts to 6.2.0 and sdk to 0.5.0
1 parent ae7006c commit c2973e1

File tree

6 files changed

+31
-15
lines changed

6 files changed

+31
-15
lines changed

.changeset/tall-items-exercise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/ten-moons-lay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/contracts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 14 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)