File tree Expand file tree Collapse file tree 6 files changed +31
-15
lines changed Expand file tree Collapse file tree 6 files changed +31
-15
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/contracts
2
2
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
+
3
16
## 6.1.3
4
17
5
18
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/contracts" ,
3
- "version" : " 6.1.3 " ,
3
+ "version" : " 6.2.0 " ,
4
4
"description" : " Contracts for the Graph Protocol" ,
5
5
"directories" : {
6
6
"test" : " test"
13
13
" addresses.json"
14
14
],
15
15
"dependencies" : {
16
- "@graphprotocol/sdk" : " workspace:^0.4 .0" ,
16
+ "@graphprotocol/sdk" : " workspace:^0.5 .0" ,
17
17
"console-table-printer" : " ^2.11.1"
18
18
},
19
19
"devDependencies" : {
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/sdk" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"description" : " TypeScript based SDK to interact with The Graph protocol contracts" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " src/index.ts" ,
21
21
"@arbitrum/sdk" : " ^3.1.12" ,
22
22
"@ethersproject/experimental" : " ^5.7.0" ,
23
23
"@graphprotocol/common-ts" : " ^2.0.7" ,
24
- "@graphprotocol/contracts" : " workspace:^6.0 .0" ,
24
+ "@graphprotocol/contracts" : " workspace:^6.2 .0" ,
25
25
"@nomicfoundation/hardhat-network-helpers" : " ^1.0.9" ,
26
26
"@nomiclabs/hardhat-ethers" : " ^2.2.3" ,
27
27
"debug" : " ^4.3.4" ,
You can’t perform that action at this time.
0 commit comments