Skip to content

Commit c76879d

Browse files
committed
v1.13.0
- feat: add support to deploy protocol to goerli network (#615) - chore: add hardhat task to verify all contracts with etherscan (#626) - chore: add hardhat task to verify all contracts with sourcify (#625) - chore: add confirmation step to a few more commands - Create altruistic allocations and close stale allocations (#549)
1 parent 506cb6e commit c76879d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![License: GPL](https://img.shields.io/badge/license-GPLv2-blue)
2-
![Version Badge](https://img.shields.io/badge/version-1.11.0-lightgrey.svg)
2+
![Version Badge](https://img.shields.io/badge/version-1.13.0-lightgrey.svg)
33
![CI Status](https://github.com/graphprotocol/contracts/actions/workflows/npmtest.yml/badge.svg)
44
[![codecov](https://codecov.io/gh/graphprotocol/contracts/branch/dev/graph/badge.svg?token=S8JWGR9SBN)](https://codecov.io/gh/graphprotocol/contracts)
55

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)