@graphprotocol/graph-cli 0.75.0-alpha-20240619145956-55dc1fa → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.76.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1688](https://github.com/graphprotocol/graph-tooling/pull/1688)
|
|
8
|
+
[`3a96771`](https://github.com/graphprotocol/graph-tooling/commit/3a9677113a4282cd4f91adadfa4b4b1d00f6e035)
|
|
9
|
+
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock blockexplorer api and
|
|
10
|
+
public rpc url
|
|
11
|
+
|
|
12
|
+
## 0.75.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
6
15
|
|
|
@@ -9,11 +18,6 @@
|
|
|
9
18
|
Thanks [@alinobrasil](https://github.com/alinobrasil)! - getEtherscanLikeAPIUrl: added for sei
|
|
10
19
|
mainnet (to be able to obtain contract ABI)
|
|
11
20
|
|
|
12
|
-
- [#1688](https://github.com/graphprotocol/graph-tooling/pull/1688)
|
|
13
|
-
[`55dc1fa`](https://github.com/graphprotocol/graph-tooling/commit/55dc1fae5bcfb487bf3aee6a6d1c6972dea6f0d7)
|
|
14
|
-
Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rootstock blockexplorer api and
|
|
15
|
-
public rpc url
|
|
16
|
-
|
|
17
21
|
## 0.74.1
|
|
18
22
|
|
|
19
23
|
### Patch Changes
|
package/oclif.manifest.json
CHANGED