Skip to content

Commit 3a22a27

Browse files
committed
chore: bump npm package version
Signed-off-by: Tomás Migone <[email protected]>
1 parent 8c3b158 commit 3a22a27

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.14.0-lightgrey.svg)
2+
![Version Badge](https://img.shields.io/badge/version-2.0.0-testnet-scratch1-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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "1.14.0",
3+
"version": "2.0.0-testnet-scratch1",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"
@@ -9,7 +9,9 @@
99
"dist/**/*",
1010
"README.md",
1111
"LICENSE",
12-
"addresses.json"
12+
"addresses.json",
13+
"arbitrum-addresses.json",
14+
"addresses-scratch-1.json"
1315
],
1416
"dependencies": {
1517
"ethers": "^5.6.0"

0 commit comments

Comments
 (0)