diff --git a/README.md b/README.md index 18c5f7be0..3e9597776 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![License: GPL](https://img.shields.io/badge/license-GPLv2-blue) -![Version Badge](https://img.shields.io/badge/version-1.13.0-lightgrey.svg) +![Version Badge](https://img.shields.io/badge/version-1.14.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) diff --git a/addresses.json b/addresses.json index 8f9fd7292..0f05b92b2 100644 --- a/addresses.json +++ b/addresses.json @@ -808,6 +808,12 @@ "creationCodeHash": "0x97714e1a80674ab0af90a10f2c7156cc92794ef81565fe9c7c35ecbe0025cc08", "runtimeCodeHash": "0x5c20792fefe71126668be8ab19ab26cdb8ab9a6f73efbfa1d90f91e26459fa67", "txHash": "0x87b35e5289792800832902206cf0ee4b9900e4d38089bd6634d10ea78729bf54" + }, + "IENS": { + "address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" + }, + "IEthereumDIDRegistry": { + "address": "0xdCa7EF03e98e0DC2B855bE647C39ABe984fcF21B" } }, "1337": { diff --git a/package.json b/package.json index 3fbf13b89..d9cca6ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "1.13.0", + "version": "1.14.0", "description": "Contracts for the Graph Protocol", "directories": { "test": "test"