Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
abarmat committed Jul 18, 2022
1 parent 506cb6e commit c76879d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![License: GPL](https://img.shields.io/badge/license-GPLv2-blue)
![Version Badge](https://img.shields.io/badge/version-1.11.0-lightgrey.svg)
![Version Badge](https://img.shields.io/badge/version-1.13.0-lightgrey.svg)
![CI Status](https://github.com/graphprotocol/contracts/actions/workflows/npmtest.yml/badge.svg)
[![codecov](https://codecov.io/gh/graphprotocol/contracts/branch/dev/graph/badge.svg?token=S8JWGR9SBN)](https://codecov.io/gh/graphprotocol/contracts)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/contracts",
"version": "1.12.0",
"version": "1.13.0",
"description": "Contracts for the Graph Protocol",
"directories": {
"test": "test"
Expand Down

0 comments on commit c76879d

Please sign in to comment.