File tree Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Expand file tree Collapse file tree 3 files changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 2.0.4-testnet-scratch1] - 2022-08-30
8
- ### Changed
9
- - Update to use @graphprotocol/contracts @2.0.4-testnet-scratch1
10
-
11
- ## [ 2.0.3-testnet-scratch1] - 2022-08-30
12
- ### Fixed
13
- - Fixed a bug where L2 graph token would initialize with L1 address.
14
-
15
- ## [ 2.0.2-testnet-scratch1] - 2022-08-30
16
- ### Fixed
17
- - Don't require L1Reservoir to be deployed (not deployed in scratch1)
18
-
19
- ## [ 2.0.1-testnet-scratch1] - 2022-08-29
7
+ ## [ 2.0.0-testnet] - 2022-11-09
20
8
### Changed
21
9
- Add support for L2 contracts
22
10
- Add GraphChain utils
23
- - Update @graphprotocol/contracts to v2.0.2 -testnet-scratch1
11
+ - Update @graphprotocol/contracts to v2.0.0 -testnet
24
12
25
13
## [ Unreleased]
26
14
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/common-ts" ,
3
- "version" : " 2.0.4 -testnet-scratch1 " ,
3
+ "version" : " 2.0.0 -testnet" ,
4
4
"description" : " Common TypeScript library for Graph Protocol components" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
16
16
"test:watch" : " jest --watch --passWithNoTests --detectOpenHandles --verbose"
17
17
},
18
18
"dependencies" : {
19
- "@graphprotocol/contracts" : " ^2.0.4 -testnet-scratch1 " ,
19
+ "@graphprotocol/contracts" : " ^2.0.0 -testnet" ,
20
20
"@graphprotocol/pino-sentry-simple" : " 0.7.1" ,
21
21
"@urql/core" : " 2.4.4" ,
22
22
"@urql/exchange-execute" : " 1.2.2" ,
Original file line number Diff line number Diff line change 647
647
resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
648
648
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
649
649
650
- " @graphprotocol/contracts@^2.0.4 -testnet-scratch1 " :
651
- version "2.0.4 -testnet-scratch1 "
652
- resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-2.0.4 -testnet-scratch1 .tgz#a9fae510eb0cbaafcbc55e0ebdff63b9281fffdb "
653
- integrity sha512-yRqwp3nxL9Cs+rKt6PxMualH2kF5n0gIDGtYifGYd/UDbb6hXV4lkhKds9es69SUa0EHs5bjILZh7ourwMSeTg ==
650
+ " @graphprotocol/contracts@^2.0.0 -testnet " :
651
+ version "2.0.0 -testnet"
652
+ resolved "https://registry.yarnpkg.com/@graphprotocol/contracts/-/contracts-2.0.0 -testnet.tgz#95f3156a03bffc754f523240bf47801a4cbc7eca "
653
+ integrity sha512-ZJ/dxGeSnN4cFI7HGUcU2HBe7hZtNat/5UX2B4f27sQyfV9IJBcXy+6wBugn97rmZFPGj3yk7K1PMvJVVOFKpA ==
654
654
dependencies :
655
655
ethers "^5.6.0"
656
656
You can’t perform that action at this time.
0 commit comments